Html Css Color HEX #FDC52D Sunglow

📋 copy color: '#FDC52D'

red 253 ◦ green 197 ◦ blue 45

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

Shades of Sunglow #FDC52D

Tints of Sunglow #FDC52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.09%

R = 51.11%
G = 39.8%
B = 9.09%

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

#FDC52D (or 0xFDC52D) is known color: Sunglow. HEX triplet: FD, C5 and 2D. RGB value is (253,197,45). Sum of RGB (Red+Green+Blue) = 253+197+45=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC52D is #023AD2. Grayscale: #C5C5C5. Windows color (decimal): -146131 or 2999805. OLE color: 2999805.

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

Color convert

RGB 253 197 45 -
CMYK 0 0.22 0.82 0.01
HSL 43.85º 0.98% 0.58% -
HSV(B) 43.85º 0.82% 0.99% -
XYZ 60.95 61 11.05 -
YUV 196.42 42.55 168.36 -
System Red Green Blue C M Y K H S L
Decimal 253 197 45 0 0.22 0.82 0.01 43.85 0.98 0.58
Hex FD C5 2D 0 16 52 1 2C 62 3A
Octal 375 305 55 0 26 122 1 54 142 72
Binary 11111101 11000101 101101 0 10110 1010010 1 101100 1100010 111010

Color Harmonies of #FDC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC52D

Black with #FDC52D

Text Example


Text Example

White with #FDC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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