Html Css Color HEX #FDC942 Sunglow

📋 copy color: '#FDC942'

red 253 ◦ green 201 ◦ blue 66

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

Shades of Sunglow #FDC942

Tints of Sunglow #FDC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.65%

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

R = 48.65%
G = 38.65%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC942 (or 0xFDC942) is known color: Sunglow. HEX triplet: FD, C9 and 42. RGB value is (253,201,66). Sum of RGB (Red+Green+Blue) = 253+201+66=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC942 is #0236BD. Grayscale: #C9C9C9. Windows color (decimal): -145086 or 4377085. OLE color: 4377085.

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

Color convert

RGB 253 201 66 -
CMYK 0 0.21 0.74 0.01
HSL 43.32º 0.98% 0.63% -
HSV(B) 43.32º 0.74% 0.99% -
XYZ 62.38 63.05 14.04 -
YUV 201.16 51.73 164.98 -
System Red Green Blue C M Y K H S L
Decimal 253 201 66 0 0.21 0.74 0.01 43.32 0.98 0.63
Hex FD C9 42 0 15 4A 1 2B 62 3F
Octal 375 311 102 0 25 112 1 53 142 77
Binary 11111101 11001001 1000010 0 10101 1001010 1 101011 1100010 111111

Color Harmonies of #FDC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC942

Black with #FDC942

Text Example


Text Example

White with #FDC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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