Html Css Color HEX #F9910C Dark Orange

📋 copy color: '#F9910C'

red 249 ◦ green 145 ◦ blue 12

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

Shades of Dark Orange #F9910C

Tints of Dark Orange #F9910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.71%

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

R = 61.33%
G = 35.71%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9910C (or 0xF9910C) is known color: Dark Orange. HEX triplet: F9, 91 and 0C. RGB value is (249,145,12). Sum of RGB (Red+Green+Blue) = 249+145+12=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9910C is #066EF3. Grayscale: #A1A1A1. Windows color (decimal): -421620 or 823801. OLE color: 823801.

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

Color convert

RGB 249 145 12 -
CMYK 0 0.42 0.95 0.02
HSL 33.67º 0.95% 0.51% -
HSV(B) 33.67º 0.95% 0.98% -
XYZ 49.26 40.42 5.55 -
YUV 160.93 43.96 190.81 -
System Red Green Blue C M Y K H S L
Decimal 249 145 12 0 0.42 0.95 0.02 33.67 0.95 0.51
Hex F9 91 C 0 2A 5F 2 22 5F 33
Octal 371 221 14 0 52 137 2 42 137 63
Binary 11111001 10010001 1100 0 101010 1011111 10 100010 1011111 110011

Color Harmonies of #F9910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9910C

Black with #F9910C

Text Example


Text Example

White with #F9910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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