Html Css Color HEX #FDA004 Orange Peel

📋 copy color: '#FDA004'

red 253 ◦ green 160 ◦ blue 4

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

Shades of Orange Peel #FDA004

Tints of Orange Peel #FDA004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

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

R = 60.67%
G = 38.37%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDA004 (or 0xFDA004) is known color: Orange Peel. HEX triplet: FD, A0 and 04. RGB value is (253,160,4). Sum of RGB (Red+Green+Blue) = 253+160+4=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA004 is #025FFB. Grayscale: #AAAAAA. Windows color (decimal): -155644 or 303357. OLE color: 303357.

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

Color convert

RGB 253 160 4 -
CMYK 0 0.37 0.98 0.01
HSL 37.59º 0.98% 0.5% -
HSV(B) 37.59º 0.98% 0.99% -
XYZ 53.1 46.03 6.2 -
YUV 170.02 34.31 187.18 -
System Red Green Blue C M Y K H S L
Decimal 253 160 4 0 0.37 0.98 0.01 37.59 0.98 0.5
Hex FD A0 4 0 25 62 1 26 62 32
Octal 375 240 4 0 45 142 1 46 142 62
Binary 11111101 10100000 100 0 100101 1100010 1 100110 1100010 110010

Color Harmonies of #FDA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA004

Black with #FDA004

Text Example


Text Example

White with #FDA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA004; }

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

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

background-color css

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

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

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

border-color css

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

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

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