Html Css Color HEX #F2360F Orange Red

📋 copy color: '#F2360F'

red 242 ◦ green 54 ◦ blue 15

#F2360F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F2360F

Tints of Orange Red #F2360F

RGB

 RED value IS 242 (94.92% from 255) = 77.81%

 GREEN value IS 54 (21.48% from 255) = 17.36%

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 77.81%
G = 17.36%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2360F (or 0xF2360F) is known color: Orange Red. HEX triplet: F2, 36 and 0F. RGB value is (242,54,15). Sum of RGB (Red+Green+Blue) = 242+54+15=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2360F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2360F is #0DC9F0. Grayscale: #6A6A6A. Windows color (decimal): -903665 or 997106. OLE color: 997106.

HSL color Cylindrical-coordinate representation of color #F2360F: hue angle of 10.31º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2360F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 54 15 -
CMYK 0 0.78 0.94 0.05
HSL 10.31º 0.9% 0.5% -
HSV(B) 10.31º 0.94% 0.95% -
XYZ 38.02 21.55 2.61 -
YUV 105.77 76.78 225.17 -
System Red Green Blue C M Y K H S L
Decimal 242 54 15 0 0.78 0.94 0.05 10.31 0.9 0.5
Hex F2 36 F 0 4E 5E 5 A 5A 32
Octal 362 66 17 0 116 136 5 12 132 62
Binary 11110010 110110 1111 0 1001110 1011110 101 1010 1011010 110010

Color Harmonies of #F2360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2360F

Black with #F2360F

Text Example


Text Example

White with #F2360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2360F; }

 p { color: rgb(242,54,15); }

 H1.HeaderClassName
 {
   color: #F2360F;
 }
 .AnyTagClassName
 {
   color: #F2360F;
 }
</style>

background-color css

<style>
 a { background-color: #F2360F; }

 a { background-color: rgb(242,54,15); }

 div.DivClassName
 {
   background-color: #F2360F;
 }
 .BgClassName
 {
   background-color: #F2360F;
 }
</style>

border-color css

<style>
 span { border-color: #F2360F; }

 span { border-color: rgb(242,54,15); }

 td.TdClassName
 {
   border-color: #F2360F;
 }
 .TagClassName
 {
   border-color: #F2360F;
 }
</style>