Html Css Color HEX #FCC569 Grandis

📋 copy color: '#FCC569'

red 252 ◦ green 197 ◦ blue 105

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

Shades of Grandis #FCC569

Tints of Grandis #FCC569

RGB

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

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

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

R = 45.49%
G = 35.56%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC569 (or 0xFCC569) is known color: Grandis. HEX triplet: FC, C5 and 69. RGB value is (252,197,105). Sum of RGB (Red+Green+Blue) = 252+197+105=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC569 is #033A96. Grayscale: #CBCBCB. Windows color (decimal): -211607 or 6931964. OLE color: 6931964.

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

Color convert

RGB 252 197 105 -
CMYK 0 0.22 0.58 0.01
HSL 37.55º 0.96% 0.7% -
HSV(B) 37.55º 0.58% 0.99% -
XYZ 62.66 61.65 21.96 -
YUV 202.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 252 197 105 0 0.22 0.58 0.01 37.55 0.96 0.7
Hex FC C5 69 0 16 3A 1 26 60 46
Octal 374 305 151 0 26 72 1 46 140 106
Binary 11111100 11000101 1101001 0 10110 111010 1 100110 1100000 1000110

Color Harmonies of #FCC569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC569

Black with #FCC569

Text Example


Text Example

White with #FCC569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC569; }

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

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

background-color css

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

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

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

border-color css

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

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

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