Html Css Color HEX #FDAD04 Orange

📋 copy color: '#FDAD04'

red 253 ◦ green 173 ◦ blue 4

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

Shades of Orange #FDAD04

Tints of Orange #FDAD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 58.84%
G = 40.23%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDAD04 (or 0xFDAD04) is known color: Orange. HEX triplet: FD, AD and 04. RGB value is (253,173,4). Sum of RGB (Red+Green+Blue) = 253+173+4=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAD04 is #0252FB. Grayscale: #B2B2B2. Windows color (decimal): -152316 or 306685. OLE color: 306685.

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

Color convert

RGB 253 173 4 -
CMYK 0 0.32 0.98 0.01
HSL 40.72º 0.98% 0.5% -
HSV(B) 40.72º 0.98% 0.99% -
XYZ 55.47 50.78 6.99 -
YUV 177.65 30 181.74 -
System Red Green Blue C M Y K H S L
Decimal 253 173 4 0 0.32 0.98 0.01 40.72 0.98 0.5
Hex FD AD 4 0 20 62 1 29 62 32
Octal 375 255 4 0 40 142 1 51 142 62
Binary 11111101 10101101 100 0 100000 1100010 1 101001 1100010 110010

Color Harmonies of #FDAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD04

Black with #FDAD04

Text Example


Text Example

White with #FDAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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