Html Css Color HEX #FD8900 Dark Orange

📋 copy color: '#FD8900'

red 253 ◦ green 137 ◦ blue 0

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

Shades of Dark Orange #FD8900

Tints of Dark Orange #FD8900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 64.87%
G = 35.13%
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

#FD8900 (or 0xFD8900) is known color: Dark Orange. HEX triplet: FD, 89 and 00. RGB value is (253,137,0). Sum of RGB (Red+Green+Blue) = 253+137+0=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8900 is #0276FF. Grayscale: #9C9C9C. Windows color (decimal): -161536 or 35325. OLE color: 35325.

HSL color Cylindrical-coordinate representation of color #FD8900: hue angle of 32.49º 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 #FD8900 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 137 0 -
CMYK 0 0.46 1 0.01
HSL 32.49º 1% 0.5% -
HSV(B) 32.49º 1% 0.99% -
XYZ 49.45 38.77 4.88 -
YUV 156.07 39.93 197.14 -
System Red Green Blue C M Y K H S L
Decimal 253 137 0 0 0.46 1 0.01 32.49 1 0.5
Hex FD 89 0 0 2E 64 1 20 64 32
Octal 375 211 0 0 56 144 1 40 144 62
Binary 11111101 10001001 0 0 101110 1100100 1 100000 1100100 110010

Color Harmonies of #FD8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8900

Black with #FD8900

Text Example


Text Example

White with #FD8900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8900; }

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

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

background-color css

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

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

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

border-color css

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

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

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