Html Css Color HEX #FD880B Dark Orange

📋 copy color: '#FD880B'

red 253 ◦ green 136 ◦ blue 11

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

Shades of Dark Orange #FD880B

Tints of Dark Orange #FD880B

RGB

 RED value IS 253 (99.22% from 255) = 63.25%

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

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

R = 63.25%
G = 34%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD880B (or 0xFD880B) is known color: Dark Orange. HEX triplet: FD, 88 and 0B. RGB value is (253,136,11). Sum of RGB (Red+Green+Blue) = 253+136+11=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD880B is #0277F4. Grayscale: #9D9D9D. Windows color (decimal): -161781 or 755965. OLE color: 755965.

HSL color Cylindrical-coordinate representation of color #FD880B: hue angle of 30.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD880B is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 136 11 -
CMYK 0 0.46 0.96 0.01
HSL 30.99º 0.98% 0.52% -
HSV(B) 30.99º 0.96% 0.99% -
XYZ 49.37 38.52 5.15 -
YUV 156.73 45.76 196.66 -
System Red Green Blue C M Y K H S L
Decimal 253 136 11 0 0.46 0.96 0.01 30.99 0.98 0.52
Hex FD 88 B 0 2E 60 1 1F 62 34
Octal 375 210 13 0 56 140 1 37 142 64
Binary 11111101 10001000 1011 0 101110 1100000 1 11111 1100010 110100

Color Harmonies of #FD880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD880B

Black with #FD880B

Text Example


Text Example

White with #FD880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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