Html Css Color HEX #FDAD01 Orange

📋 copy color: '#FDAD01'

red 253 ◦ green 173 ◦ blue 1

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

Shades of Orange #FDAD01

Tints of Orange #FDAD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

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

R = 59.25%
G = 40.52%
B = 0.23%

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

#FDAD01 (or 0xFDAD01) is known color: Orange. HEX triplet: FD, AD and 01. RGB value is (253,173,1). Sum of RGB (Red+Green+Blue) = 253+173+1=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAD01 is #0252FE. Grayscale: #B2B2B2. Windows color (decimal): -152319 or 110077. OLE color: 110077.

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

Color convert

RGB 253 173 1 -
CMYK 0 0.32 1.00 0.01
HSL 40.95º 0.99% 0.5% -
HSV(B) 40.95º 1% 0.99% -
XYZ 55.46 50.77 6.91 -
YUV 177.31 28.5 181.99 -
System Red Green Blue C M Y K H S L
Decimal 253 173 1 0 0.32 1.00 0.01 40.95 0.99 0.5
Hex FD AD 1 0 20 64 1 29 63 32
Octal 375 255 1 0 40 144 1 51 143 62
Binary 11111101 10101101 1 0 100000 1100100 1 101001 1100011 110010

Color Harmonies of #FDAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD01

Black with #FDAD01

Text Example


Text Example

White with #FDAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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