Html Css Color HEX #FDA107 Orange Peel

📋 copy color: '#FDA107'

red 253 ◦ green 161 ◦ blue 7

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

Shades of Orange Peel #FDA107

Tints of Orange Peel #FDA107

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

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

R = 60.1%
G = 38.24%
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

#FDA107 (or 0xFDA107) is known color: Orange Peel. HEX triplet: FD, A1 and 07. RGB value is (253,161,7). Sum of RGB (Red+Green+Blue) = 253+161+7=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA107 is #025EF8. Grayscale: #ABABAB. Windows color (decimal): -155385 or 500221. OLE color: 500221.

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

Color convert

RGB 253 161 7 -
CMYK 0 0.36 0.97 0.01
HSL 37.56º 0.98% 0.51% -
HSV(B) 37.56º 0.97% 0.99% -
XYZ 53.29 46.39 6.35 -
YUV 170.95 35.48 186.52 -
System Red Green Blue C M Y K H S L
Decimal 253 161 7 0 0.36 0.97 0.01 37.56 0.98 0.51
Hex FD A1 7 0 24 61 1 26 62 33
Octal 375 241 7 0 44 141 1 46 142 63
Binary 11111101 10100001 111 0 100100 1100001 1 100110 1100010 110011

Color Harmonies of #FDA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA107

Black with #FDA107

Text Example


Text Example

White with #FDA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA107; }

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

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

background-color css

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

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

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

border-color css

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

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

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