Html Css Color HEX #FDA200 Orange Peel

📋 copy color: '#FDA200'

red 253 ◦ green 162 ◦ blue 0

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

Shades of Orange Peel #FDA200

Tints of Orange Peel #FDA200

RGB

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

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

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

R = 60.96%
G = 39.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDA200 (or 0xFDA200) is known color: Orange Peel. HEX triplet: FD, A2 and 00. RGB value is (253,162,0). Sum of RGB (Red+Green+Blue) = 253+162+0=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA200 is #025DFF. Grayscale: #ABABAB. Windows color (decimal): -155136 or 41725. OLE color: 41725.

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

Color convert

RGB 253 162 0 -
CMYK 0 0.36 1 0.01
HSL 38.42º 1% 0.5% -
HSV(B) 38.42º 1% 0.99% -
XYZ 53.43 46.72 6.2 -
YUV 170.74 31.65 186.67 -
System Red Green Blue C M Y K H S L
Decimal 253 162 0 0 0.36 1 0.01 38.42 1 0.5
Hex FD A2 0 0 24 64 1 26 64 32
Octal 375 242 0 0 44 144 1 46 144 62
Binary 11111101 10100010 0 0 100100 1100100 1 100110 1100100 110010

Color Harmonies of #FDA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA200

Black with #FDA200

Text Example


Text Example

White with #FDA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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