Html Css Color HEX #F9880C Dark Orange

📋 copy color: '#F9880C'

red 249 ◦ green 136 ◦ blue 12

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

Shades of Dark Orange #F9880C

Tints of Dark Orange #F9880C

RGB

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

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

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

R = 62.72%
G = 34.26%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9880C (or 0xF9880C) is known color: Dark Orange. HEX triplet: F9, 88 and 0C. RGB value is (249,136,12). Sum of RGB (Red+Green+Blue) = 249+136+12=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F9880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9880C is #0677F3. Grayscale: #9C9C9C. Windows color (decimal): -423924 or 821497. OLE color: 821497.

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

Color convert

RGB 249 136 12 -
CMYK 0 0.45 0.95 0.02
HSL 31.39º 0.95% 0.51% -
HSV(B) 31.39º 0.95% 0.98% -
XYZ 47.94 37.77 5.11 -
YUV 155.65 46.94 194.58 -
System Red Green Blue C M Y K H S L
Decimal 249 136 12 0 0.45 0.95 0.02 31.39 0.95 0.51
Hex F9 88 C 0 2D 5F 2 1F 5F 33
Octal 371 210 14 0 55 137 2 37 137 63
Binary 11111001 10001000 1100 0 101101 1011111 10 11111 1011111 110011

Color Harmonies of #F9880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9880C

Black with #F9880C

Text Example


Text Example

White with #F9880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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