Html Css Color HEX #FCC53A Sunglow

📋 copy color: '#FCC53A'

red 252 ◦ green 197 ◦ blue 58

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

Shades of Sunglow #FCC53A

Tints of Sunglow #FCC53A

RGB

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

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

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

R = 49.7%
G = 38.86%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCC53A (or 0xFCC53A) is known color: Sunglow. HEX triplet: FC, C5 and 3A. RGB value is (252,197,58). Sum of RGB (Red+Green+Blue) = 252+197+58=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC53A is #033AC5. Grayscale: #C6C6C6. Windows color (decimal): -211654 or 3851772. OLE color: 3851772.

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

Color convert

RGB 252 197 58 -
CMYK 0 0.22 0.77 0.01
HSL 42.99º 0.97% 0.61% -
HSV(B) 42.99º 0.77% 0.99% -
XYZ 60.87 60.93 12.56 -
YUV 197.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 252 197 58 0 0.22 0.77 0.01 42.99 0.97 0.61
Hex FC C5 3A 0 16 4D 1 2B 61 3D
Octal 374 305 72 0 26 115 1 53 141 75
Binary 11111100 11000101 111010 0 10110 1001101 1 101011 1100001 111101

Color Harmonies of #FCC53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC53A

Black with #FCC53A

Text Example


Text Example

White with #FCC53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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