Html Css Color HEX #F9910B Dark Orange

📋 copy color: '#F9910B'

red 249 ◦ green 145 ◦ blue 11

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

Shades of Dark Orange #F9910B

Tints of Dark Orange #F9910B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 61.48%
G = 35.8%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9910B (or 0xF9910B) is known color: Dark Orange. HEX triplet: F9, 91 and 0B. RGB value is (249,145,11). Sum of RGB (Red+Green+Blue) = 249+145+11=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F9910B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9910B is #066EF4. Grayscale: #A1A1A1. Windows color (decimal): -421621 or 758265. OLE color: 758265.

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

Color convert

RGB 249 145 11 -
CMYK 0 0.42 0.96 0.02
HSL 33.78º 0.95% 0.51% -
HSV(B) 33.78º 0.96% 0.98% -
XYZ 49.25 40.41 5.52 -
YUV 160.82 43.46 190.9 -
System Red Green Blue C M Y K H S L
Decimal 249 145 11 0 0.42 0.96 0.02 33.78 0.95 0.51
Hex F9 91 B 0 2A 60 2 22 5F 33
Octal 371 221 13 0 52 140 2 42 137 63
Binary 11111001 10010001 1011 0 101010 1100000 10 100010 1011111 110011

Color Harmonies of #F9910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9910B

Black with #F9910B

Text Example


Text Example

White with #F9910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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