Html Css Color HEX #FCD535 Sunglow

📋 copy color: '#FCD535'

red 252 ◦ green 213 ◦ blue 53

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

Shades of Sunglow #FCD535

Tints of Sunglow #FCD535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.23%

R = 48.65%
G = 41.12%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCD535 (or 0xFCD535) is known color: Sunglow. HEX triplet: FC, D5 and 35. RGB value is (252,213,53). Sum of RGB (Red+Green+Blue) = 252+213+53=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD535 is #032ACA. Grayscale: #CFCFCF. Windows color (decimal): -207563 or 3528188. OLE color: 3528188.

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

Color convert

RGB 252 213 53 -
CMYK 0 0.15 0.79 0.01
HSL 48.24º 0.97% 0.6% -
HSV(B) 48.24º 0.79% 0.99% -
XYZ 64.58 68.54 13.19 -
YUV 206.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 252 213 53 0 0.15 0.79 0.01 48.24 0.97 0.6
Hex FC D5 35 0 F 4F 1 30 61 3C
Octal 374 325 65 0 17 117 1 60 141 74
Binary 11111100 11010101 110101 0 1111 1001111 1 110000 1100001 111100

Color Harmonies of #FCD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD535

Black with #FCD535

Text Example


Text Example

White with #FCD535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD535; }

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

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

background-color css

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

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

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

border-color css

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

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

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