Html Css Color HEX #FDA101 Orange Peel

📋 copy color: '#FDA101'

red 253 ◦ green 161 ◦ blue 1

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

Shades of Orange Peel #FDA101

Tints of Orange Peel #FDA101

RGB

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

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

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

R = 60.96%
G = 38.8%
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

#FDA101 (or 0xFDA101) is known color: Orange Peel. HEX triplet: FD, A1 and 01. RGB value is (253,161,1). Sum of RGB (Red+Green+Blue) = 253+161+1=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA101 is #025EFE. Grayscale: #ABABAB. Windows color (decimal): -155391 or 107005. OLE color: 107005.

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

Color convert

RGB 253 161 1 -
CMYK 0 0.36 1.00 0.01
HSL 38.1º 0.99% 0.5% -
HSV(B) 38.1º 1% 0.99% -
XYZ 53.26 46.37 6.17 -
YUV 170.27 32.48 187.01 -
System Red Green Blue C M Y K H S L
Decimal 253 161 1 0 0.36 1.00 0.01 38.1 0.99 0.5
Hex FD A1 1 0 24 64 1 26 63 32
Octal 375 241 1 0 44 144 1 46 143 62
Binary 11111101 10100001 1 0 100100 1100100 1 100110 1100011 110010

Color Harmonies of #FDA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA101

Black with #FDA101

Text Example


Text Example

White with #FDA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA101; }

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

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

background-color css

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

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

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

border-color css

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

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

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