Html Css Color HEX #FDA207 Orange Peel

📋 copy color: '#FDA207'

red 253 ◦ green 162 ◦ blue 7

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

Shades of Orange Peel #FDA207

Tints of Orange Peel #FDA207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 59.95%
G = 38.39%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDA207 (or 0xFDA207) is known color: Orange Peel. HEX triplet: FD, A2 and 07. RGB value is (253,162,7). Sum of RGB (Red+Green+Blue) = 253+162+7=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA207 is #025DF8. Grayscale: #ACACAC. Windows color (decimal): -155129 or 500477. OLE color: 500477.

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

Color convert

RGB 253 162 7 -
CMYK 0 0.36 0.97 0.01
HSL 37.8º 0.98% 0.51% -
HSV(B) 37.8º 0.97% 0.99% -
XYZ 53.47 46.74 6.4 -
YUV 171.54 35.15 186.1 -
System Red Green Blue C M Y K H S L
Decimal 253 162 7 0 0.36 0.97 0.01 37.8 0.98 0.51
Hex FD A2 7 0 24 61 1 26 62 33
Octal 375 242 7 0 44 141 1 46 142 63
Binary 11111101 10100010 111 0 100100 1100001 1 100110 1100010 110011

Color Harmonies of #FDA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA207

Black with #FDA207

Text Example


Text Example

White with #FDA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA207; }

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

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

background-color css

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

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

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

border-color css

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

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

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