Html Css Color HEX #FAC968 Grandis

📋 copy color: '#FAC968'

red 250 ◦ green 201 ◦ blue 104

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

Shades of Grandis #FAC968

Tints of Grandis #FAC968

RGB

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

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

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

R = 45.05%
G = 36.22%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAC968 (or 0xFAC968) is known color: Grandis. HEX triplet: FA, C9 and 68. RGB value is (250,201,104). Sum of RGB (Red+Green+Blue) = 250+201+104=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC968 is #053697. Grayscale: #CDCDCD. Windows color (decimal): -341656 or 6867450. OLE color: 6867450.

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

Color convert

RGB 250 201 104 -
CMYK 0 0.20 0.58 0.02
HSL 39.86º 0.94% 0.69% -
HSV(B) 39.86º 0.58% 0.98% -
XYZ 62.81 63.1 21.97 -
YUV 204.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 250 201 104 0 0.20 0.58 0.02 39.86 0.94 0.69
Hex FA C9 68 0 14 3A 2 28 5E 45
Octal 372 311 150 0 24 72 2 50 136 105
Binary 11111010 11001001 1101000 0 10100 111010 10 101000 1011110 1000101

Color Harmonies of #FAC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC968

Black with #FAC968

Text Example


Text Example

White with #FAC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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