Html Css Color HEX #FCC640 Sunglow

📋 copy color: '#FCC640'

red 252 ◦ green 198 ◦ blue 64

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

Shades of Sunglow #FCC640

Tints of Sunglow #FCC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.52%

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

R = 49.03%
G = 38.52%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCC640 (or 0xFCC640) is known color: Sunglow. HEX triplet: FC, C6 and 40. RGB value is (252,198,64). Sum of RGB (Red+Green+Blue) = 252+198+64=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC640 is #0339BF. Grayscale: #C7C7C7. Windows color (decimal): -211392 or 4245244. OLE color: 4245244.

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

Color convert

RGB 252 198 64 -
CMYK 0 0.21 0.75 0.01
HSL 42.77º 0.97% 0.62% -
HSV(B) 42.77º 0.75% 0.99% -
XYZ 61.26 61.45 13.48 -
YUV 198.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 252 198 64 0 0.21 0.75 0.01 42.77 0.97 0.62
Hex FC C6 40 0 15 4B 1 2B 61 3E
Octal 374 306 100 0 25 113 1 53 141 76
Binary 11111100 11000110 1000000 0 10101 1001011 1 101011 1100001 111110

Color Harmonies of #FCC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC640

Black with #FCC640

Text Example


Text Example

White with #FCC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC640; }

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

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

background-color css

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

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

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

border-color css

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

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

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