Html Css Color HEX #FCD640 Sunglow

📋 copy color: '#FCD640'

red 252 ◦ green 214 ◦ blue 64

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

Shades of Sunglow #FCD640

Tints of Sunglow #FCD640

RGB

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

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

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

R = 47.55%
G = 40.38%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCD640 (or 0xFCD640) is known color: Sunglow. HEX triplet: FC, D6 and 40. RGB value is (252,214,64). Sum of RGB (Red+Green+Blue) = 252+214+64=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD640 is #0329BF. Grayscale: #D0D0D0. Windows color (decimal): -207296 or 4249340. OLE color: 4249340.

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

Color convert

RGB 252 214 64 -
CMYK 0 0.15 0.75 0.01
HSL 47.87º 0.97% 0.62% -
HSV(B) 47.87º 0.75% 0.99% -
XYZ 65.12 69.16 14.77 -
YUV 208.26 46.59 159.2 -
System Red Green Blue C M Y K H S L
Decimal 252 214 64 0 0.15 0.75 0.01 47.87 0.97 0.62
Hex FC D6 40 0 F 4B 1 30 61 3E
Octal 374 326 100 0 17 113 1 60 141 76
Binary 11111100 11010110 1000000 0 1111 1001011 1 110000 1100001 111110

Color Harmonies of #FCD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD640

Black with #FCD640

Text Example


Text Example

White with #FCD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD640; }

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

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

background-color css

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

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

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

border-color css

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

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

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