Html Css Color HEX #FDA542 Yellow Orange

📋 copy color: '#FDA542'

red 253 ◦ green 165 ◦ blue 66

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

Shades of Yellow Orange #FDA542

Tints of Yellow Orange #FDA542

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 66 (26.17% from 255) = 13.64%

R = 52.27%
G = 34.09%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDA542 (or 0xFDA542) is known color: Yellow Orange. HEX triplet: FD, A5 and 42. RGB value is (253,165,66). Sum of RGB (Red+Green+Blue) = 253+165+66=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA542 is #025ABD. Grayscale: #B4B4B4. Windows color (decimal): -154302 or 4367869. OLE color: 4367869.

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

Color convert

RGB 253 165 66 -
CMYK 0 0.35 0.74 0.01
HSL 31.76º 0.98% 0.63% -
HSV(B) 31.76º 0.74% 0.99% -
XYZ 54.95 48.19 11.56 -
YUV 180.03 63.65 180.05 -
System Red Green Blue C M Y K H S L
Decimal 253 165 66 0 0.35 0.74 0.01 31.76 0.98 0.63
Hex FD A5 42 0 23 4A 1 20 62 3F
Octal 375 245 102 0 43 112 1 40 142 77
Binary 11111101 10100101 1000010 0 100011 1001010 1 100000 1100010 111111

Color Harmonies of #FDA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA542

Black with #FDA542

Text Example


Text Example

White with #FDA542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA542; }

 p { color: rgb(253,165,66); }

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

background-color css

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

 a { background-color: rgb(253,165,66); }

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

border-color css

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

 span { border-color: rgb(253,165,66); }

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