Html Css Color HEX #FCC53C Sunglow

📋 copy color: '#FCC53C'

red 252 ◦ green 197 ◦ blue 60

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

Shades of Sunglow #FCC53C

Tints of Sunglow #FCC53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.79%

R = 49.51%
G = 38.7%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCC53C (or 0xFCC53C) is known color: Sunglow. HEX triplet: FC, C5 and 3C. RGB value is (252,197,60). Sum of RGB (Red+Green+Blue) = 252+197+60=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 60 (23.83% from 255 or 11.79% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC53C is #033AC3. Grayscale: #C6C6C6. Windows color (decimal): -211652 or 3982844. OLE color: 3982844.

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

Color convert

RGB 252 197 60 -
CMYK 0 0.22 0.76 0.01
HSL 42.81º 0.97% 0.61% -
HSV(B) 42.81º 0.76% 0.99% -
XYZ 60.93 60.95 12.83 -
YUV 197.83 50.22 166.64 -
System Red Green Blue C M Y K H S L
Decimal 252 197 60 0 0.22 0.76 0.01 42.81 0.97 0.61
Hex FC C5 3C 0 16 4C 1 2B 61 3D
Octal 374 305 74 0 26 114 1 53 141 75
Binary 11111100 11000101 111100 0 10110 1001100 1 101011 1100001 111101

Color Harmonies of #FCC53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC53C

Black with #FCC53C

Text Example


Text Example

White with #FCC53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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