Html Css Color HEX #FD8D04 Dark Orange

📋 copy color: '#FD8D04'

red 253 ◦ green 141 ◦ blue 4

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

Shades of Dark Orange #FD8D04

Tints of Dark Orange #FD8D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 63.57%
G = 35.43%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD8D04 (or 0xFD8D04) is known color: Dark Orange. HEX triplet: FD, 8D and 04. RGB value is (253,141,4). Sum of RGB (Red+Green+Blue) = 253+141+4=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8D04 is #0272FB. Grayscale: #9F9F9F. Windows color (decimal): -160508 or 298493. OLE color: 298493.

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

Color convert

RGB 253 141 4 -
CMYK 0 0.44 0.98 0.01
HSL 33.01º 0.98% 0.5% -
HSV(B) 33.01º 0.98% 0.99% -
XYZ 50.05 39.94 5.19 -
YUV 158.87 40.61 195.14 -
System Red Green Blue C M Y K H S L
Decimal 253 141 4 0 0.44 0.98 0.01 33.01 0.98 0.5
Hex FD 8D 4 0 2C 62 1 21 62 32
Octal 375 215 4 0 54 142 1 41 142 62
Binary 11111101 10001101 100 0 101100 1100010 1 100001 1100010 110010

Color Harmonies of #FD8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D04

Black with #FD8D04

Text Example


Text Example

White with #FD8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D04; }

 p { color: rgb(253,141,4); }

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

background-color css

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

 a { background-color: rgb(253,141,4); }

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

border-color css

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

 span { border-color: rgb(253,141,4); }

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