Html Css Color HEX #FCD240 Sunglow

📋 copy color: '#FCD240'

red 252 ◦ green 210 ◦ blue 64

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

Shades of Sunglow #FCD240

Tints of Sunglow #FCD240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 47.91%
G = 39.92%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCD240 (or 0xFCD240) is known color: Sunglow. HEX triplet: FC, D2 and 40. RGB value is (252,210,64). Sum of RGB (Red+Green+Blue) = 252+210+64=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD240 is #032DBF. Grayscale: #CECECE. Windows color (decimal): -208320 or 4248316. OLE color: 4248316.

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

Color convert

RGB 252 210 64 -
CMYK 0 0.17 0.75 0.01
HSL 46.6º 0.97% 0.62% -
HSV(B) 46.6º 0.75% 0.99% -
XYZ 64.12 67.16 14.43 -
YUV 205.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 252 210 64 0 0.17 0.75 0.01 46.6 0.97 0.62
Hex FC D2 40 0 11 4B 1 2F 61 3E
Octal 374 322 100 0 21 113 1 57 141 76
Binary 11111100 11010010 1000000 0 10001 1001011 1 101111 1100001 111110

Color Harmonies of #FCD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD240

Black with #FCD240

Text Example


Text Example

White with #FCD240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD240; }

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

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

background-color css

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

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

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

border-color css

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

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

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