Html Css Color HEX #FCD340 Sunglow

📋 copy color: '#FCD340'

red 252 ◦ green 211 ◦ blue 64

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

Shades of Sunglow #FCD340

Tints of Sunglow #FCD340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

 BLUE value IS 64 (25.39% from 255) = 12.14%

R = 47.82%
G = 40.04%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCD340 (or 0xFCD340) is known color: Sunglow. HEX triplet: FC, D3 and 40. RGB value is (252,211,64). Sum of RGB (Red+Green+Blue) = 252+211+64=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD340 is #032CBF. Grayscale: #CFCFCF. Windows color (decimal): -208064 or 4248572. OLE color: 4248572.

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

Color convert

RGB 252 211 64 -
CMYK 0 0.16 0.75 0.01
HSL 46.91º 0.97% 0.62% -
HSV(B) 46.91º 0.75% 0.99% -
XYZ 64.36 67.65 14.52 -
YUV 206.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 252 211 64 0 0.16 0.75 0.01 46.91 0.97 0.62
Hex FC D3 40 0 10 4B 1 2F 61 3E
Octal 374 323 100 0 20 113 1 57 141 76
Binary 11111100 11010011 1000000 0 10000 1001011 1 101111 1100001 111110

Color Harmonies of #FCD340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD340

Black with #FCD340

Text Example


Text Example

White with #FCD340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD340; }

 p { color: rgb(252,211,64); }

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

background-color css

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

 a { background-color: rgb(252,211,64); }

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

border-color css

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

 span { border-color: rgb(252,211,64); }

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