Html Css Color HEX #FCD53A Sunglow

📋 copy color: '#FCD53A'

red 252 ◦ green 213 ◦ blue 58

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

Shades of Sunglow #FCD53A

Tints of Sunglow #FCD53A

RGB

 RED value IS 252 (98.83% from 255) = 48.18%

 GREEN value IS 213 (83.59% from 255) = 40.73%

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

R = 48.18%
G = 40.73%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCD53A (or 0xFCD53A) is known color: Sunglow. HEX triplet: FC, D5 and 3A. RGB value is (252,213,58). Sum of RGB (Red+Green+Blue) = 252+213+58=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 58 (23.05% from 255 or 11.09% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD53A is #032AC5. Grayscale: #CFCFCF. Windows color (decimal): -207558 or 3855868. OLE color: 3855868.

HSL color Cylindrical-coordinate representation of color #FCD53A: hue angle of 47.94º degrees, saturation: 0.97, 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 #FCD53A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 213 58 -
CMYK 0 0.15 0.77 0.01
HSL 47.94º 0.97% 0.61% -
HSV(B) 47.94º 0.77% 0.99% -
XYZ 64.7 68.59 13.83 -
YUV 206.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 252 213 58 0 0.15 0.77 0.01 47.94 0.97 0.61
Hex FC D5 3A 0 F 4D 1 30 61 3D
Octal 374 325 72 0 17 115 1 60 141 75
Binary 11111100 11010101 111010 0 1111 1001101 1 110000 1100001 111101

Color Harmonies of #FCD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD53A

Black with #FCD53A

Text Example


Text Example

White with #FCD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD53A; }

 p { color: rgb(252,213,58); }

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

background-color css

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

 a { background-color: rgb(252,213,58); }

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

border-color css

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

 span { border-color: rgb(252,213,58); }

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