Html Css Color HEX #FDC53A Sunglow

📋 copy color: '#FDC53A'

red 253 ◦ green 197 ◦ blue 58

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

Shades of Sunglow #FDC53A

Tints of Sunglow #FDC53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.42%

R = 49.8%
G = 38.78%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDC53A (or 0xFDC53A) is known color: Sunglow. HEX triplet: FD, C5 and 3A. RGB value is (253,197,58). Sum of RGB (Red+Green+Blue) = 253+197+58=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC53A is #023AC5. Grayscale: #C6C6C6. Windows color (decimal): -146118 or 3851773. OLE color: 3851773.

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

Color convert

RGB 253 197 58 -
CMYK 0 0.22 0.77 0.01
HSL 42.77º 0.98% 0.61% -
HSV(B) 42.77º 0.77% 0.99% -
XYZ 61.24 61.12 12.57 -
YUV 197.9 49.05 167.3 -
System Red Green Blue C M Y K H S L
Decimal 253 197 58 0 0.22 0.77 0.01 42.77 0.98 0.61
Hex FD C5 3A 0 16 4D 1 2B 62 3D
Octal 375 305 72 0 26 115 1 53 142 75
Binary 11111101 11000101 111010 0 10110 1001101 1 101011 1100010 111101

Color Harmonies of #FDC53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC53A

Black with #FDC53A

Text Example


Text Example

White with #FDC53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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