Html Css Color HEX #F9880D Dark Orange

📋 copy color: '#F9880D'

red 249 ◦ green 136 ◦ blue 13

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

Shades of Dark Orange #F9880D

Tints of Dark Orange #F9880D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 62.56%
G = 34.17%
B = 3.27%

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

#F9880D (or 0xF9880D) is known color: Dark Orange. HEX triplet: F9, 88 and 0D. RGB value is (249,136,13). Sum of RGB (Red+Green+Blue) = 249+136+13=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9880D is #0677F2. Grayscale: #9C9C9C. Windows color (decimal): -423923 or 887033. OLE color: 887033.

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

Color convert

RGB 249 136 13 -
CMYK 0 0.45 0.95 0.02
HSL 31.27º 0.95% 0.51% -
HSV(B) 31.27º 0.95% 0.98% -
XYZ 47.94 37.78 5.15 -
YUV 155.77 47.44 194.5 -
System Red Green Blue C M Y K H S L
Decimal 249 136 13 0 0.45 0.95 0.02 31.27 0.95 0.51
Hex F9 88 D 0 2D 5F 2 1F 5F 33
Octal 371 210 15 0 55 137 2 37 137 63
Binary 11111001 10001000 1101 0 101101 1011111 10 11111 1011111 110011

Color Harmonies of #F9880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9880D

Black with #F9880D

Text Example


Text Example

White with #F9880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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