Html Css Color HEX #FCD641 Sunglow

📋 copy color: '#FCD641'

red 252 ◦ green 214 ◦ blue 65

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

Shades of Sunglow #FCD641

Tints of Sunglow #FCD641

RGB

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

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

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

R = 47.46%
G = 40.3%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCD641 (or 0xFCD641) is known color: Sunglow. HEX triplet: FC, D6 and 41. RGB value is (252,214,65). Sum of RGB (Red+Green+Blue) = 252+214+65=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 65 (25.78% from 255 or 12.24% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD641 is #0329BE. Grayscale: #D1D1D1. Windows color (decimal): -207295 or 4314876. OLE color: 4314876.

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

Color convert

RGB 252 214 65 -
CMYK 0 0.15 0.74 0.01
HSL 47.81º 0.97% 0.62% -
HSV(B) 47.81º 0.74% 0.99% -
XYZ 65.15 69.17 14.92 -
YUV 208.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 252 214 65 0 0.15 0.74 0.01 47.81 0.97 0.62
Hex FC D6 41 0 F 4A 1 30 61 3E
Octal 374 326 101 0 17 112 1 60 141 76
Binary 11111100 11010110 1000001 0 1111 1001010 1 110000 1100001 111110

Color Harmonies of #FCD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD641

Black with #FCD641

Text Example


Text Example

White with #FCD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD641; }

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

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

background-color css

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

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

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

border-color css

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

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

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