Html Css Color HEX #FAC967 Grandis

📋 copy color: '#FAC967'

red 250 ◦ green 201 ◦ blue 103

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

Shades of Grandis #FAC967

Tints of Grandis #FAC967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.59%

R = 45.13%
G = 36.28%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAC967 (or 0xFAC967) is known color: Grandis. HEX triplet: FA, C9 and 67. RGB value is (250,201,103). Sum of RGB (Red+Green+Blue) = 250+201+103=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC967 is #053698. Grayscale: #CCCCCC. Windows color (decimal): -341657 or 6801914. OLE color: 6801914.

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

Color convert

RGB 250 201 103 -
CMYK 0 0.20 0.59 0.02
HSL 40º 0.94% 0.69% -
HSV(B) 40º 0.59% 0.98% -
XYZ 62.76 63.08 21.7 -
YUV 204.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 250 201 103 0 0.20 0.59 0.02 40 0.94 0.69
Hex FA C9 67 0 14 3B 2 28 5E 45
Octal 372 311 147 0 24 73 2 50 136 105
Binary 11111010 11001001 1100111 0 10100 111011 10 101000 1011110 1000101

Color Harmonies of #FAC967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC967

Black with #FAC967

Text Example


Text Example

White with #FAC967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC967; }

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

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

background-color css

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

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

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

border-color css

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

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

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