Html Css Color HEX #FCD041 Sunglow

📋 copy color: '#FCD041'

red 252 ◦ green 208 ◦ blue 65

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

Shades of Sunglow #FCD041

Tints of Sunglow #FCD041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.62%

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

R = 48%
G = 39.62%
B = 12.38%

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

#FCD041 (or 0xFCD041) is known color: Sunglow. HEX triplet: FC, D0 and 41. RGB value is (252,208,65). Sum of RGB (Red+Green+Blue) = 252+208+65=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD041 is #032FBE. Grayscale: #CDCDCD. Windows color (decimal): -208831 or 4313340. OLE color: 4313340.

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

Color convert

RGB 252 208 65 -
CMYK 0 0.17 0.74 0.01
HSL 45.88º 0.97% 0.62% -
HSV(B) 45.88º 0.74% 0.99% -
XYZ 63.65 66.19 14.42 -
YUV 204.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 252 208 65 0 0.17 0.74 0.01 45.88 0.97 0.62
Hex FC D0 41 0 11 4A 1 2E 61 3E
Octal 374 320 101 0 21 112 1 56 141 76
Binary 11111100 11010000 1000001 0 10001 1001010 1 101110 1100001 111110

Color Harmonies of #FCD041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD041

Black with #FCD041

Text Example


Text Example

White with #FCD041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD041; }

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

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

background-color css

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

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

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

border-color css

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

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

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