Html Css Color HEX #FDA204 Orange Peel

📋 copy color: '#FDA204'

red 253 ◦ green 162 ◦ blue 4

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

Shades of Orange Peel #FDA204

Tints of Orange Peel #FDA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

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

R = 60.38%
G = 38.66%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDA204 (or 0xFDA204) is known color: Orange Peel. HEX triplet: FD, A2 and 04. RGB value is (253,162,4). Sum of RGB (Red+Green+Blue) = 253+162+4=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA204 is #025DFB. Grayscale: #ABABAB. Windows color (decimal): -155132 or 303869. OLE color: 303869.

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

Color convert

RGB 253 162 4 -
CMYK 0 0.36 0.98 0.01
HSL 38.07º 0.98% 0.5% -
HSV(B) 38.07º 0.98% 0.99% -
XYZ 53.45 46.73 6.32 -
YUV 171.2 33.65 186.35 -
System Red Green Blue C M Y K H S L
Decimal 253 162 4 0 0.36 0.98 0.01 38.07 0.98 0.5
Hex FD A2 4 0 24 62 1 26 62 32
Octal 375 242 4 0 44 142 1 46 142 62
Binary 11111101 10100010 100 0 100100 1100010 1 100110 1100010 110010

Color Harmonies of #FDA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA204

Black with #FDA204

Text Example


Text Example

White with #FDA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA204; }

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

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

background-color css

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

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

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

border-color css

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

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

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