Html Css Color HEX #F23912 Orange Red

📋 copy color: '#F23912'

red 242 ◦ green 57 ◦ blue 18

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

Shades of Orange Red #F23912

Tints of Orange Red #F23912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 76.34%
G = 17.98%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F23912 (or 0xF23912) is known color: Orange Red. HEX triplet: F2, 39 and 12. RGB value is (242,57,18). Sum of RGB (Red+Green+Blue) = 242+57+18=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F23912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23912 is #0DC6ED. Grayscale: #6C6C6C. Windows color (decimal): -902894 or 1194482. OLE color: 1194482.

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

Color convert

RGB 242 57 18 -
CMYK 0 0.76 0.93 0.05
HSL 10.45º 0.9% 0.51% -
HSV(B) 10.45º 0.93% 0.95% -
XYZ 38.19 21.85 2.78 -
YUV 107.87 77.29 223.67 -
System Red Green Blue C M Y K H S L
Decimal 242 57 18 0 0.76 0.93 0.05 10.45 0.9 0.51
Hex F2 39 12 0 4C 5D 5 A 5A 33
Octal 362 71 22 0 114 135 5 12 132 63
Binary 11110010 111001 10010 0 1001100 1011101 101 1010 1011010 110011

Color Harmonies of #F23912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23912

Black with #F23912

Text Example


Text Example

White with #F23912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23912; }

 p { color: rgb(242,57,18); }

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

background-color css

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

 a { background-color: rgb(242,57,18); }

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

border-color css

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

 span { border-color: rgb(242,57,18); }

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