Html Css Color HEX #FACA68 Grandis

📋 copy color: '#FACA68'

red 250 ◦ green 202 ◦ blue 104

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

Shades of Grandis #FACA68

Tints of Grandis #FACA68

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.33%

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

R = 44.96%
G = 36.33%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FACA68 (or 0xFACA68) is known color: Grandis. HEX triplet: FA, CA and 68. RGB value is (250,202,104). Sum of RGB (Red+Green+Blue) = 250+202+104=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA68 is #053597. Grayscale: #CDCDCD. Windows color (decimal): -341400 or 6867706. OLE color: 6867706.

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

Color convert

RGB 250 202 104 -
CMYK 0 0.19 0.58 0.02
HSL 40.27º 0.94% 0.69% -
HSV(B) 40.27º 0.58% 0.98% -
XYZ 63.04 63.56 22.04 -
YUV 205.18 70.9 159.97 -
System Red Green Blue C M Y K H S L
Decimal 250 202 104 0 0.19 0.58 0.02 40.27 0.94 0.69
Hex FA CA 68 0 13 3A 2 28 5E 45
Octal 372 312 150 0 23 72 2 50 136 105
Binary 11111010 11001010 1101000 0 10011 111010 10 101000 1011110 1000101

Color Harmonies of #FACA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA68

Black with #FACA68

Text Example


Text Example

White with #FACA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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