Html Css Color HEX #FCC169 Grandis

📋 copy color: '#FCC169'

red 252 ◦ green 193 ◦ blue 105

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

Shades of Grandis #FCC169

Tints of Grandis #FCC169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.09%

R = 45.82%
G = 35.09%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC169 (or 0xFCC169) is known color: Grandis. HEX triplet: FC, C1 and 69. RGB value is (252,193,105). Sum of RGB (Red+Green+Blue) = 252+193+105=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC169 is #033E96. Grayscale: #C9C9C9. Windows color (decimal): -212631 or 6930940. OLE color: 6930940.

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

Color convert

RGB 252 193 105 -
CMYK 0 0.23 0.58 0.01
HSL 35.92º 0.96% 0.7% -
HSV(B) 35.92º 0.58% 0.99% -
XYZ 61.76 59.86 21.66 -
YUV 200.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 252 193 105 0 0.23 0.58 0.01 35.92 0.96 0.7
Hex FC C1 69 0 17 3A 1 24 60 46
Octal 374 301 151 0 27 72 1 44 140 106
Binary 11111100 11000001 1101001 0 10111 111010 1 100100 1100000 1000110

Color Harmonies of #FCC169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC169

Black with #FCC169

Text Example


Text Example

White with #FCC169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC169; }

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

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

background-color css

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

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

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

border-color css

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

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

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