Html Css Color HEX #F9420C Orange Red

📋 copy color: '#F9420C'

red 249 ◦ green 66 ◦ blue 12

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

Shades of Orange Red #F9420C

Tints of Orange Red #F9420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 76.15%
G = 20.18%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9420C (or 0xF9420C) is known color: Orange Red. HEX triplet: F9, 42 and 0C. RGB value is (249,66,12). Sum of RGB (Red+Green+Blue) = 249+66+12=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9420C is #06BDF3. Grayscale: #727272. Windows color (decimal): -441844 or 803577. OLE color: 803577.

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

Color convert

RGB 249 66 12 -
CMYK 0 0.73 0.95 0.02
HSL 13.67º 0.95% 0.51% -
HSV(B) 13.67º 0.95% 0.98% -
XYZ 41.08 24.06 2.83 -
YUV 114.56 70.13 223.89 -
System Red Green Blue C M Y K H S L
Decimal 249 66 12 0 0.73 0.95 0.02 13.67 0.95 0.51
Hex F9 42 C 0 49 5F 2 E 5F 33
Octal 371 102 14 0 111 137 2 16 137 63
Binary 11111001 1000010 1100 0 1001001 1011111 10 1110 1011111 110011

Color Harmonies of #F9420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9420C

Black with #F9420C

Text Example


Text Example

White with #F9420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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