Html Css Color HEX #FDAB01 Orange

📋 copy color: '#FDAB01'

red 253 ◦ green 171 ◦ blue 1

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

Shades of Orange #FDAB01

Tints of Orange #FDAB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

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

R = 59.53%
G = 40.24%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDAB01 (or 0xFDAB01) is known color: Orange. HEX triplet: FD, AB and 01. RGB value is (253,171,1). Sum of RGB (Red+Green+Blue) = 253+171+1=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB01 is #0254FE. Grayscale: #B0B0B0. Windows color (decimal): -152831 or 109565. OLE color: 109565.

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

Color convert

RGB 253 171 1 -
CMYK 0 0.32 1.00 0.01
HSL 40.48º 0.99% 0.5% -
HSV(B) 40.48º 1% 0.99% -
XYZ 55.08 50.01 6.78 -
YUV 176.14 29.17 182.82 -
System Red Green Blue C M Y K H S L
Decimal 253 171 1 0 0.32 1.00 0.01 40.48 0.99 0.5
Hex FD AB 1 0 20 64 1 28 63 32
Octal 375 253 1 0 40 144 1 50 143 62
Binary 11111101 10101011 1 0 100000 1100100 1 101000 1100011 110010

Color Harmonies of #FDAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB01

Black with #FDAB01

Text Example


Text Example

White with #FDAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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