Html Css Color HEX #FDC52E Sunglow

📋 copy color: '#FDC52E'

red 253 ◦ green 197 ◦ blue 46

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

Shades of Sunglow #FDC52E

Tints of Sunglow #FDC52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 46 (18.36% from 255) = 9.27%

R = 51.01%
G = 39.72%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDC52E (or 0xFDC52E) is known color: Sunglow. HEX triplet: FD, C5 and 2E. RGB value is (253,197,46). Sum of RGB (Red+Green+Blue) = 253+197+46=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC52E is #023AD1. Grayscale: #C5C5C5. Windows color (decimal): -146130 or 3065341. OLE color: 3065341.

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

Color convert

RGB 253 197 46 -
CMYK 0 0.22 0.82 0.01
HSL 43.77º 0.98% 0.59% -
HSV(B) 43.77º 0.82% 0.99% -
XYZ 60.97 61.01 11.15 -
YUV 196.53 43.05 168.28 -
System Red Green Blue C M Y K H S L
Decimal 253 197 46 0 0.22 0.82 0.01 43.77 0.98 0.59
Hex FD C5 2E 0 16 52 1 2C 62 3B
Octal 375 305 56 0 26 122 1 54 142 73
Binary 11111101 11000101 101110 0 10110 1010010 1 101100 1100010 111011

Color Harmonies of #FDC52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC52E

Black with #FDC52E

Text Example


Text Example

White with #FDC52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC52E; }

 p { color: rgb(253,197,46); }

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

background-color css

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

 a { background-color: rgb(253,197,46); }

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

border-color css

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

 span { border-color: rgb(253,197,46); }

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