Html Css Color HEX #FCC53F Sunglow

📋 copy color: '#FCC53F'

red 252 ◦ green 197 ◦ blue 63

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

Shades of Sunglow #FCC53F

Tints of Sunglow #FCC53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.3%

R = 49.22%
G = 38.48%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCC53F (or 0xFCC53F) is known color: Sunglow. HEX triplet: FC, C5 and 3F. RGB value is (252,197,63). Sum of RGB (Red+Green+Blue) = 252+197+63=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC53F is #033AC0. Grayscale: #C6C6C6. Windows color (decimal): -211649 or 4179452. OLE color: 4179452.

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

Color convert

RGB 252 197 63 -
CMYK 0 0.22 0.75 0.01
HSL 42.54º 0.97% 0.62% -
HSV(B) 42.54º 0.75% 0.99% -
XYZ 61.01 60.99 13.26 -
YUV 198.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 252 197 63 0 0.22 0.75 0.01 42.54 0.97 0.62
Hex FC C5 3F 0 16 4B 1 2B 61 3E
Octal 374 305 77 0 26 113 1 53 141 76
Binary 11111100 11000101 111111 0 10110 1001011 1 101011 1100001 111110

Color Harmonies of #FCC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC53F

Black with #FCC53F

Text Example


Text Example

White with #FCC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC53F; }

 p { color: rgb(252,197,63); }

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

background-color css

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

 a { background-color: rgb(252,197,63); }

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

border-color css

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

 span { border-color: rgb(252,197,63); }

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