Html Css Color HEX #FDAE01 Orange

📋 copy color: '#FDAE01'

red 253 ◦ green 174 ◦ blue 1

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

Shades of Orange #FDAE01

Tints of Orange #FDAE01

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.65%

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

R = 59.11%
G = 40.65%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDAE01 (or 0xFDAE01) is known color: Orange. HEX triplet: FD, AE and 01. RGB value is (253,174,1). Sum of RGB (Red+Green+Blue) = 253+174+1=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAE01 is #0251FE. Grayscale: #B2B2B2. Windows color (decimal): -152063 or 110333. OLE color: 110333.

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

Color convert

RGB 253 174 1 -
CMYK 0 0.31 1.00 0.01
HSL 41.19º 0.99% 0.5% -
HSV(B) 41.19º 1% 0.99% -
XYZ 55.65 51.16 6.97 -
YUV 177.9 28.17 181.57 -
System Red Green Blue C M Y K H S L
Decimal 253 174 1 0 0.31 1.00 0.01 41.19 0.99 0.5
Hex FD AE 1 0 1F 64 1 29 63 32
Octal 375 256 1 0 37 144 1 51 143 62
Binary 11111101 10101110 1 0 11111 1100100 1 101001 1100011 110010

Color Harmonies of #FDAE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAE01

Black with #FDAE01

Text Example


Text Example

White with #FDAE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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