Html Css Color HEX #FCC168 Grandis

📋 copy color: '#FCC168'

red 252 ◦ green 193 ◦ blue 104

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

Shades of Grandis #FCC168

Tints of Grandis #FCC168

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.15%

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

R = 45.9%
G = 35.15%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCC168 (or 0xFCC168) is known color: Grandis. HEX triplet: FC, C1 and 68. RGB value is (252,193,104). Sum of RGB (Red+Green+Blue) = 252+193+104=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC168 is #033E97. Grayscale: #C8C8C8. Windows color (decimal): -212632 or 6865404. OLE color: 6865404.

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

Color convert

RGB 252 193 104 -
CMYK 0 0.23 0.59 0.01
HSL 36.08º 0.96% 0.7% -
HSV(B) 36.08º 0.59% 0.99% -
XYZ 61.71 59.83 21.39 -
YUV 200.5 73.55 164.74 -
System Red Green Blue C M Y K H S L
Decimal 252 193 104 0 0.23 0.59 0.01 36.08 0.96 0.7
Hex FC C1 68 0 17 3B 1 24 60 46
Octal 374 301 150 0 27 73 1 44 140 106
Binary 11111100 11000001 1101000 0 10111 111011 1 100100 1100000 1000110

Color Harmonies of #FCC168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC168

Black with #FCC168

Text Example


Text Example

White with #FCC168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC168; }

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

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

background-color css

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

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

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

border-color css

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

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

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