Html Css Color HEX #FCC568 Grandis

📋 copy color: '#FCC568'

red 252 ◦ green 197 ◦ blue 104

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

Shades of Grandis #FCC568

Tints of Grandis #FCC568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.62%

 BLUE value IS 104 (41.02% from 255) = 18.81%

R = 45.57%
G = 35.62%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCC568 (or 0xFCC568) is known color: Grandis. HEX triplet: FC, C5 and 68. RGB value is (252,197,104). Sum of RGB (Red+Green+Blue) = 252+197+104=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC568 is #033A97. Grayscale: #CBCBCB. Windows color (decimal): -211608 or 6866428. OLE color: 6866428.

HSL color Cylindrical-coordinate representation of color #FCC568: hue angle of 37.7º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCC568 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 197 104 -
CMYK 0 0.22 0.59 0.01
HSL 37.7º 0.96% 0.7% -
HSV(B) 37.7º 0.59% 0.99% -
XYZ 62.61 61.63 21.69 -
YUV 202.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 252 197 104 0 0.22 0.59 0.01 37.7 0.96 0.7
Hex FC C5 68 0 16 3B 1 26 60 46
Octal 374 305 150 0 26 73 1 46 140 106
Binary 11111100 11000101 1101000 0 10110 111011 1 100110 1100000 1000110

Color Harmonies of #FCC568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC568

Black with #FCC568

Text Example


Text Example

White with #FCC568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC568; }

 p { color: rgb(252,197,104); }

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

background-color css

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

 a { background-color: rgb(252,197,104); }

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

border-color css

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

 span { border-color: rgb(252,197,104); }

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