Html Css Color HEX #FCD035 Sunglow

📋 copy color: '#FCD035'

red 252 ◦ green 208 ◦ blue 53

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

Shades of Sunglow #FCD035

Tints of Sunglow #FCD035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

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

R = 49.12%
G = 40.55%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCD035 (or 0xFCD035) is known color: Sunglow. HEX triplet: FC, D0 and 35. RGB value is (252,208,53). Sum of RGB (Red+Green+Blue) = 252+208+53=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 53 (21.09% from 255 or 10.33% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD035 is #032FCA. Grayscale: #CCCCCC. Windows color (decimal): -208843 or 3526908. OLE color: 3526908.

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

Color convert

RGB 252 208 53 -
CMYK 0 0.17 0.79 0.01
HSL 46.73º 0.97% 0.6% -
HSV(B) 46.73º 0.79% 0.99% -
XYZ 63.34 66.06 12.78 -
YUV 203.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 252 208 53 0 0.17 0.79 0.01 46.73 0.97 0.6
Hex FC D0 35 0 11 4F 1 2F 61 3C
Octal 374 320 65 0 21 117 1 57 141 74
Binary 11111100 11010000 110101 0 10001 1001111 1 101111 1100001 111100

Color Harmonies of #FCD035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD035

Black with #FCD035

Text Example


Text Example

White with #FCD035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD035; }

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

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

background-color css

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

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

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

border-color css

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

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

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