Html Css Color HEX #FDB542 Yellow Orange

📋 copy color: '#FDB542'

red 253 ◦ green 181 ◦ blue 66

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

Shades of Yellow Orange #FDB542

Tints of Yellow Orange #FDB542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

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

R = 50.6%
G = 36.2%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDB542 (or 0xFDB542) is known color: Yellow Orange. HEX triplet: FD, B5 and 42. RGB value is (253,181,66). Sum of RGB (Red+Green+Blue) = 253+181+66=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB542 is #024ABD. Grayscale: #BDBDBD. Windows color (decimal): -150206 or 4371965. OLE color: 4371965.

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

Color convert

RGB 253 181 66 -
CMYK 0 0.28 0.74 0.01
HSL 36.9º 0.98% 0.63% -
HSV(B) 36.9º 0.74% 0.99% -
XYZ 58.02 54.32 12.58 -
YUV 189.42 58.35 173.35 -
System Red Green Blue C M Y K H S L
Decimal 253 181 66 0 0.28 0.74 0.01 36.9 0.98 0.63
Hex FD B5 42 0 1C 4A 1 25 62 3F
Octal 375 265 102 0 34 112 1 45 142 77
Binary 11111101 10110101 1000010 0 11100 1001010 1 100101 1100010 111111

Color Harmonies of #FDB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB542

Black with #FDB542

Text Example


Text Example

White with #FDB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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