Html Css Color HEX #F23608 Orange Red

📋 copy color: '#F23608'

red 242 ◦ green 54 ◦ blue 8

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

Shades of Orange Red #F23608

Tints of Orange Red #F23608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.63%

R = 79.61%
G = 17.76%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F23608 (or 0xF23608) is known color: Orange Red. HEX triplet: F2, 36 and 08. RGB value is (242,54,8). Sum of RGB (Red+Green+Blue) = 242+54+8=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F23608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23608 is #0DC9F7. Grayscale: #696969. Windows color (decimal): -903672 or 538354. OLE color: 538354.

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

Color convert

RGB 242 54 8 -
CMYK 0 0.78 0.97 0.05
HSL 11.79º 0.94% 0.49% -
HSV(B) 11.79º 0.97% 0.95% -
XYZ 37.98 21.53 2.38 -
YUV 104.97 73.28 225.74 -
System Red Green Blue C M Y K H S L
Decimal 242 54 8 0 0.78 0.97 0.05 11.79 0.94 0.49
Hex F2 36 8 0 4E 61 5 C 5E 31
Octal 362 66 10 0 116 141 5 14 136 61
Binary 11110010 110110 1000 0 1001110 1100001 101 1100 1011110 110001

Color Harmonies of #F23608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23608

Black with #F23608

Text Example


Text Example

White with #F23608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23608; }

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

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

background-color css

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

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

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

border-color css

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

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

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