Html Css Color HEX #FCC53D Sunglow

📋 copy color: '#FCC53D'

red 252 ◦ green 197 ◦ blue 61

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

Shades of Sunglow #FCC53D

Tints of Sunglow #FCC53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.96%

R = 49.41%
G = 38.63%
B = 11.96%

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

#FCC53D (or 0xFCC53D) is known color: Sunglow. HEX triplet: FC, C5 and 3D. RGB value is (252,197,61). Sum of RGB (Red+Green+Blue) = 252+197+61=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC53D is #033AC2. Grayscale: #C6C6C6. Windows color (decimal): -211651 or 4048380. OLE color: 4048380.

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

Color convert

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

Color Harmonies of #FCC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC53D

Black with #FCC53D

Text Example


Text Example

White with #FCC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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