Html Css Color HEX #FAC468 Grandis

📋 copy color: '#FAC468'

red 250 ◦ green 196 ◦ blue 104

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

Shades of Grandis #FAC468

Tints of Grandis #FAC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.64%

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

R = 45.45%
G = 35.64%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAC468 (or 0xFAC468) is known color: Grandis. HEX triplet: FA, C4 and 68. RGB value is (250,196,104). Sum of RGB (Red+Green+Blue) = 250+196+104=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC468 is #053B97. Grayscale: #CACACA. Windows color (decimal): -342936 or 6866170. OLE color: 6866170.

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

Color convert

RGB 250 196 104 -
CMYK 0 0.22 0.58 0.02
HSL 37.81º 0.94% 0.69% -
HSV(B) 37.81º 0.58% 0.98% -
XYZ 61.66 60.8 21.58 -
YUV 201.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 250 196 104 0 0.22 0.58 0.02 37.81 0.94 0.69
Hex FA C4 68 0 16 3A 2 26 5E 45
Octal 372 304 150 0 26 72 2 46 136 105
Binary 11111010 11000100 1101000 0 10110 111010 10 100110 1011110 1000101

Color Harmonies of #FAC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC468

Black with #FAC468

Text Example


Text Example

White with #FAC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC468; }

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

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

background-color css

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

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

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

border-color css

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

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

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