Html Css Color HEX #FDA201 Orange Peel

📋 copy color: '#FDA201'

red 253 ◦ green 162 ◦ blue 1

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

Shades of Orange Peel #FDA201

Tints of Orange Peel #FDA201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 60.82%
G = 38.94%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDA201 (or 0xFDA201) is known color: Orange Peel. HEX triplet: FD, A2 and 01. RGB value is (253,162,1). Sum of RGB (Red+Green+Blue) = 253+162+1=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA201 is #025DFE. Grayscale: #ABABAB. Windows color (decimal): -155135 or 107261. OLE color: 107261.

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

Color convert

RGB 253 162 1 -
CMYK 0 0.36 1.00 0.01
HSL 38.33º 0.99% 0.5% -
HSV(B) 38.33º 1% 0.99% -
XYZ 53.43 46.73 6.23 -
YUV 170.86 32.15 186.59 -
System Red Green Blue C M Y K H S L
Decimal 253 162 1 0 0.36 1.00 0.01 38.33 0.99 0.5
Hex FD A2 1 0 24 64 1 26 63 32
Octal 375 242 1 0 44 144 1 46 143 62
Binary 11111101 10100010 1 0 100100 1100100 1 100110 1100011 110010

Color Harmonies of #FDA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA201

Black with #FDA201

Text Example


Text Example

White with #FDA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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