Html Css Color HEX #FAC569 Grandis

📋 copy color: '#FAC569'

red 250 ◦ green 197 ◦ blue 105

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

Shades of Grandis #FAC569

Tints of Grandis #FAC569

RGB

 RED value IS 250 (98.05% from 255) = 45.29%

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

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

R = 45.29%
G = 35.69%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAC569 (or 0xFAC569) is known color: Grandis. HEX triplet: FA, C5 and 69. RGB value is (250,197,105). Sum of RGB (Red+Green+Blue) = 250+197+105=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC569 is #053A96. Grayscale: #CACACA. Windows color (decimal): -342679 or 6931962. OLE color: 6931962.

HSL color Cylindrical-coordinate representation of color #FAC569: hue angle of 38.07º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAC569 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 105 -
CMYK 0 0.21 0.58 0.02
HSL 38.07º 0.94% 0.7% -
HSV(B) 38.07º 0.58% 0.98% -
XYZ 61.94 61.28 21.93 -
YUV 202.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 250 197 105 0 0.21 0.58 0.02 38.07 0.94 0.7
Hex FA C5 69 0 15 3A 2 26 5E 46
Octal 372 305 151 0 25 72 2 46 136 106
Binary 11111010 11000101 1101001 0 10101 111010 10 100110 1011110 1000110

Color Harmonies of #FAC569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC569

Black with #FAC569

Text Example


Text Example

White with #FAC569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC569; }

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

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

background-color css

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

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

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

border-color css

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

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

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