Html Css Color HEX #F9920C Dark Orange

📋 copy color: '#F9920C'

red 249 ◦ green 146 ◦ blue 12

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

Shades of Dark Orange #F9920C

Tints of Dark Orange #F9920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 61.18%
G = 35.87%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9920C (or 0xF9920C) is known color: Dark Orange. HEX triplet: F9, 92 and 0C. RGB value is (249,146,12). Sum of RGB (Red+Green+Blue) = 249+146+12=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9920C is #066DF3. Grayscale: #A2A2A2. Windows color (decimal): -421364 or 824057. OLE color: 824057.

HSL color Cylindrical-coordinate representation of color #F9920C: hue angle of 33.92º 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 #F9920C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 12 -
CMYK 0 0.41 0.95 0.02
HSL 33.92º 0.95% 0.51% -
HSV(B) 33.92º 0.95% 0.98% -
XYZ 49.41 40.72 5.6 -
YUV 161.52 43.62 190.4 -
System Red Green Blue C M Y K H S L
Decimal 249 146 12 0 0.41 0.95 0.02 33.92 0.95 0.51
Hex F9 92 C 0 29 5F 2 22 5F 33
Octal 371 222 14 0 51 137 2 42 137 63
Binary 11111001 10010010 1100 0 101001 1011111 10 100010 1011111 110011

Color Harmonies of #F9920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9920C

Black with #F9920C

Text Example


Text Example

White with #F9920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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