Html Css Color HEX #F94212 Orange Red

📋 copy color: '#F94212'

red 249 ◦ green 66 ◦ blue 18

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

Shades of Orange Red #F94212

Tints of Orange Red #F94212

RGB

 RED value IS 249 (97.66% from 255) = 74.77%

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 74.77%
G = 19.82%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F94212 (or 0xF94212) is known color: Orange Red. HEX triplet: F9, 42 and 12. RGB value is (249,66,18). Sum of RGB (Red+Green+Blue) = 249+66+18=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F94212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94212 is #06BDED. Grayscale: #737373. Windows color (decimal): -441838 or 1196793. OLE color: 1196793.

HSL color Cylindrical-coordinate representation of color #F94212: hue angle of 12.47º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F94212 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 66 18 -
CMYK 0 0.73 0.93 0.02
HSL 12.47º 0.95% 0.52% -
HSV(B) 12.47º 0.93% 0.98% -
XYZ 41.12 24.08 3.05 -
YUV 115.25 73.13 223.4 -
System Red Green Blue C M Y K H S L
Decimal 249 66 18 0 0.73 0.93 0.02 12.47 0.95 0.52
Hex F9 42 12 0 49 5D 2 C 5F 34
Octal 371 102 22 0 111 135 2 14 137 64
Binary 11111001 1000010 10010 0 1001001 1011101 10 1100 1011111 110100

Color Harmonies of #F94212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94212

Black with #F94212

Text Example


Text Example

White with #F94212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94212; }

 p { color: rgb(249,66,18); }

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

background-color css

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

 a { background-color: rgb(249,66,18); }

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

border-color css

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

 span { border-color: rgb(249,66,18); }

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