Html Css Color HEX #F9880B Dark Orange

📋 copy color: '#F9880B'

red 249 ◦ green 136 ◦ blue 11

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

Shades of Dark Orange #F9880B

Tints of Dark Orange #F9880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

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

R = 62.88%
G = 34.34%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9880B (or 0xF9880B) is known color: Dark Orange. HEX triplet: F9, 88 and 0B. RGB value is (249,136,11). Sum of RGB (Red+Green+Blue) = 249+136+11=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F9880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9880B is #0677F4. Grayscale: #9C9C9C. Windows color (decimal): -423925 or 755961. OLE color: 755961.

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

Color convert

RGB 249 136 11 -
CMYK 0 0.45 0.96 0.02
HSL 31.51º 0.95% 0.51% -
HSV(B) 31.51º 0.96% 0.98% -
XYZ 47.93 37.77 5.08 -
YUV 155.54 46.44 194.66 -
System Red Green Blue C M Y K H S L
Decimal 249 136 11 0 0.45 0.96 0.02 31.51 0.95 0.51
Hex F9 88 B 0 2D 60 2 20 5F 33
Octal 371 210 13 0 55 140 2 40 137 63
Binary 11111001 10001000 1011 0 101101 1100000 10 100000 1011111 110011

Color Harmonies of #F9880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9880B

Black with #F9880B

Text Example


Text Example

White with #F9880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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