Html Css Color HEX #F9930C Dark Orange

📋 copy color: '#F9930C'

red 249 ◦ green 147 ◦ blue 12

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

Shades of Dark Orange #F9930C

Tints of Dark Orange #F9930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.03%

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

R = 61.03%
G = 36.03%
B = 2.94%

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

#F9930C (or 0xF9930C) is known color: Dark Orange. HEX triplet: F9, 93 and 0C. RGB value is (249,147,12). Sum of RGB (Red+Green+Blue) = 249+147+12=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9930C is #066CF3. Grayscale: #A2A2A2. Windows color (decimal): -421108 or 824313. OLE color: 824313.

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

Color convert

RGB 249 147 12 -
CMYK 0 0.41 0.95 0.02
HSL 34.18º 0.95% 0.51% -
HSV(B) 34.18º 0.95% 0.98% -
XYZ 49.57 41.03 5.66 -
YUV 162.11 43.29 189.98 -
System Red Green Blue C M Y K H S L
Decimal 249 147 12 0 0.41 0.95 0.02 34.18 0.95 0.51
Hex F9 93 C 0 29 5F 2 22 5F 33
Octal 371 223 14 0 51 137 2 42 137 63
Binary 11111001 10010011 1100 0 101001 1011111 10 100010 1011111 110011

Color Harmonies of #F9930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9930C

Black with #F9930C

Text Example


Text Example

White with #F9930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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