Html Css Color HEX #FCC968 Grandis

📋 copy color: '#FCC968'

red 252 ◦ green 201 ◦ blue 104

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

Shades of Grandis #FCC968

Tints of Grandis #FCC968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.09%

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

R = 45.24%
G = 36.09%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCC968 (or 0xFCC968) is known color: Grandis. HEX triplet: FC, C9 and 68. RGB value is (252,201,104). Sum of RGB (Red+Green+Blue) = 252+201+104=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC968 is #033697. Grayscale: #CDCDCD. Windows color (decimal): -210584 or 6867452. OLE color: 6867452.

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

Color convert

RGB 252 201 104 -
CMYK 0 0.20 0.59 0.01
HSL 39.32º 0.96% 0.7% -
HSV(B) 39.32º 0.59% 0.99% -
XYZ 63.53 63.47 22 -
YUV 205.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 252 201 104 0 0.20 0.59 0.01 39.32 0.96 0.7
Hex FC C9 68 0 14 3B 1 27 60 46
Octal 374 311 150 0 24 73 1 47 140 106
Binary 11111100 11001001 1101000 0 10100 111011 1 100111 1100000 1000110

Color Harmonies of #FCC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC968

Black with #FCC968

Text Example


Text Example

White with #FCC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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