Html Css Color HEX #FCD440 Sunglow

📋 copy color: '#FCD440'

red 252 ◦ green 212 ◦ blue 64

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

Shades of Sunglow #FCD440

Tints of Sunglow #FCD440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.15%

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

R = 47.73%
G = 40.15%
B = 12.12%

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

#FCD440 (or 0xFCD440) is known color: Sunglow. HEX triplet: FC, D4 and 40. RGB value is (252,212,64). Sum of RGB (Red+Green+Blue) = 252+212+64=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD440 is #032BBF. Grayscale: #CFCFCF. Windows color (decimal): -207808 or 4248828. OLE color: 4248828.

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

Color convert

RGB 252 212 64 -
CMYK 0 0.16 0.75 0.01
HSL 47.23º 0.97% 0.62% -
HSV(B) 47.23º 0.75% 0.99% -
XYZ 64.61 68.15 14.6 -
YUV 207.09 47.25 160.03 -
System Red Green Blue C M Y K H S L
Decimal 252 212 64 0 0.16 0.75 0.01 47.23 0.97 0.62
Hex FC D4 40 0 10 4B 1 2F 61 3E
Octal 374 324 100 0 20 113 1 57 141 76
Binary 11111100 11010100 1000000 0 10000 1001011 1 101111 1100001 111110

Color Harmonies of #FCD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD440

Black with #FCD440

Text Example


Text Example

White with #FCD440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD440; }

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

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

background-color css

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

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

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

border-color css

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

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

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