Html Css Color HEX #FCD141 Sunglow

📋 copy color: '#FCD141'

red 252 ◦ green 209 ◦ blue 65

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

Shades of Sunglow #FCD141

Tints of Sunglow #FCD141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.73%

 BLUE value IS 65 (25.78% from 255) = 12.36%

R = 47.91%
G = 39.73%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCD141 (or 0xFCD141) is known color: Sunglow. HEX triplet: FC, D1 and 41. RGB value is (252,209,65). Sum of RGB (Red+Green+Blue) = 252+209+65=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD141 is #032EBE. Grayscale: #CECECE. Windows color (decimal): -208575 or 4313596. OLE color: 4313596.

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

Color convert

RGB 252 209 65 -
CMYK 0 0.17 0.74 0.01
HSL 46.2º 0.97% 0.62% -
HSV(B) 46.2º 0.74% 0.99% -
XYZ 63.9 66.68 14.5 -
YUV 205.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 252 209 65 0 0.17 0.74 0.01 46.2 0.97 0.62
Hex FC D1 41 0 11 4A 1 2E 61 3E
Octal 374 321 101 0 21 112 1 56 141 76
Binary 11111100 11010001 1000001 0 10001 1001010 1 101110 1100001 111110

Color Harmonies of #FCD141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD141

Black with #FCD141

Text Example


Text Example

White with #FCD141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD141; }

 p { color: rgb(252,209,65); }

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

background-color css

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

 a { background-color: rgb(252,209,65); }

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

border-color css

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

 span { border-color: rgb(252,209,65); }

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