Html Css Color HEX #FCD635 Sunglow

📋 copy color: '#FCD635'

red 252 ◦ green 214 ◦ blue 53

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

Shades of Sunglow #FCD635

Tints of Sunglow #FCD635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.23%

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

R = 48.55%
G = 41.23%
B = 10.21%

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

#FCD635 (or 0xFCD635) is known color: Sunglow. HEX triplet: FC, D6 and 35. RGB value is (252,214,53). Sum of RGB (Red+Green+Blue) = 252+214+53=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD635 is #0329CA. Grayscale: #CFCFCF. Windows color (decimal): -207307 or 3528444. OLE color: 3528444.

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

Color convert

RGB 252 214 53 -
CMYK 0 0.15 0.79 0.01
HSL 48.54º 0.97% 0.6% -
HSV(B) 48.54º 0.79% 0.99% -
XYZ 64.83 69.05 13.28 -
YUV 207.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 252 214 53 0 0.15 0.79 0.01 48.54 0.97 0.6
Hex FC D6 35 0 F 4F 1 31 61 3C
Octal 374 326 65 0 17 117 1 61 141 74
Binary 11111100 11010110 110101 0 1111 1001111 1 110001 1100001 111100

Color Harmonies of #FCD635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD635

Black with #FCD635

Text Example


Text Example

White with #FCD635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD635; }

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

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

background-color css

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

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

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

border-color css

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

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

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