Html Css Color HEX #FD8800 Dark Orange

📋 copy color: '#FD8800'

red 253 ◦ green 136 ◦ blue 0

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

Shades of Dark Orange #FD8800

Tints of Dark Orange #FD8800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.04%
G = 34.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD8800 (or 0xFD8800) is known color: Dark Orange. HEX triplet: FD, 88 and 00. RGB value is (253,136,0). Sum of RGB (Red+Green+Blue) = 253+136+0=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8800 is #0277FF. Grayscale: #9C9C9C. Windows color (decimal): -161792 or 35069. OLE color: 35069.

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

Color convert

RGB 253 136 0 -
CMYK 0 0.46 1 0.01
HSL 32.25º 1% 0.5% -
HSV(B) 32.25º 1% 0.99% -
XYZ 49.31 38.49 4.83 -
YUV 155.48 40.26 197.56 -
System Red Green Blue C M Y K H S L
Decimal 253 136 0 0 0.46 1 0.01 32.25 1 0.5
Hex FD 88 0 0 2E 64 1 20 64 32
Octal 375 210 0 0 56 144 1 40 144 62
Binary 11111101 10001000 0 0 101110 1100100 1 100000 1100100 110010

Color Harmonies of #FD8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8800

Black with #FD8800

Text Example


Text Example

White with #FD8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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