Html Css Color HEX #FDAE03 Orange

📋 copy color: '#FDAE03'

red 253 ◦ green 174 ◦ blue 3

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

Shades of Orange #FDAE03

Tints of Orange #FDAE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 58.84%
G = 40.47%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDAE03 (or 0xFDAE03) is known color: Orange. HEX triplet: FD, AE and 03. RGB value is (253,174,3). Sum of RGB (Red+Green+Blue) = 253+174+3=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAE03 is #0251FC. Grayscale: #B2B2B2. Windows color (decimal): -152061 or 241405. OLE color: 241405.

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

Color convert

RGB 253 174 3 -
CMYK 0 0.31 0.99 0.01
HSL 41.04º 0.98% 0.5% -
HSV(B) 41.04º 0.99% 0.99% -
XYZ 55.66 51.16 7.03 -
YUV 178.13 29.17 181.4 -
System Red Green Blue C M Y K H S L
Decimal 253 174 3 0 0.31 0.99 0.01 41.04 0.98 0.5
Hex FD AE 3 0 1F 63 1 29 62 32
Octal 375 256 3 0 37 143 1 51 142 62
Binary 11111101 10101110 11 0 11111 1100011 1 101001 1100010 110010

Color Harmonies of #FDAE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAE03

Black with #FDAE03

Text Example


Text Example

White with #FDAE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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