Html Css Color HEX #FCD53B Sunglow

📋 copy color: '#FCD53B'

red 252 ◦ green 213 ◦ blue 59

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

Shades of Sunglow #FCD53B

Tints of Sunglow #FCD53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.26%

R = 48.09%
G = 40.65%
B = 11.26%

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

#FCD53B (or 0xFCD53B) is known color: Sunglow. HEX triplet: FC, D5 and 3B. RGB value is (252,213,59). Sum of RGB (Red+Green+Blue) = 252+213+59=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD53B is #032AC4. Grayscale: #CFCFCF. Windows color (decimal): -207557 or 3921404. OLE color: 3921404.

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

Color convert

RGB 252 213 59 -
CMYK 0 0.15 0.77 0.01
HSL 47.88º 0.97% 0.61% -
HSV(B) 47.88º 0.77% 0.99% -
XYZ 64.73 68.6 13.97 -
YUV 207.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 252 213 59 0 0.15 0.77 0.01 47.88 0.97 0.61
Hex FC D5 3B 0 F 4D 1 30 61 3D
Octal 374 325 73 0 17 115 1 60 141 75
Binary 11111100 11010101 111011 0 1111 1001101 1 110000 1100001 111101

Color Harmonies of #FCD53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD53B

Black with #FCD53B

Text Example


Text Example

White with #FCD53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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