Html Css Color HEX #FDAE00 Orange

📋 copy color: '#FDAE00'

red 253 ◦ green 174 ◦ blue 0

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

Shades of Orange #FDAE00

Tints of Orange #FDAE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.25%
G = 40.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDAE00 (or 0xFDAE00) is known color: Orange. HEX triplet: FD, AE and 00. RGB value is (253,174,0). Sum of RGB (Red+Green+Blue) = 253+174+0=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAE00 is #0251FF. Grayscale: #B2B2B2. Windows color (decimal): -152064 or 44797. OLE color: 44797.

HSL color Cylindrical-coordinate representation of color #FDAE00: hue angle of 41.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDAE00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 174 0 -
CMYK 0 0.31 1 0.01
HSL 41.26º 1% 0.5% -
HSV(B) 41.26º 1% 0.99% -
XYZ 55.64 51.15 6.94 -
YUV 177.79 27.67 181.65 -
System Red Green Blue C M Y K H S L
Decimal 253 174 0 0 0.31 1 0.01 41.26 1 0.5
Hex FD AE 0 0 1F 64 1 29 64 32
Octal 375 256 0 0 37 144 1 51 144 62
Binary 11111101 10101110 0 0 11111 1100100 1 101001 1100100 110010

Color Harmonies of #FDAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAE00

Black with #FDAE00

Text Example


Text Example

White with #FDAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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