Html Css Color HEX #FACA76 Grandis

📋 copy color: '#FACA76'

red 250 ◦ green 202 ◦ blue 118

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

Shades of Grandis #FACA76

Tints of Grandis #FACA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.7%

R = 43.86%
G = 35.44%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FACA76 (or 0xFACA76) is known color: Grandis. HEX triplet: FA, CA and 76. RGB value is (250,202,118). Sum of RGB (Red+Green+Blue) = 250+202+118=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA76 is #053589. Grayscale: #CFCFCF. Windows color (decimal): -341386 or 7785210. OLE color: 7785210.

HSL color Cylindrical-coordinate representation of color #FACA76: hue angle of 38.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FACA76 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 118 -
CMYK 0 0.19 0.53 0.02
HSL 38.18º 0.93% 0.72% -
HSV(B) 38.18º 0.53% 0.98% -
XYZ 63.81 63.87 26.1 -
YUV 206.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 250 202 118 0 0.19 0.53 0.02 38.18 0.93 0.72
Hex FA CA 76 0 13 35 2 26 5D 48
Octal 372 312 166 0 23 65 2 46 135 110
Binary 11111010 11001010 1110110 0 10011 110101 10 100110 1011101 1001000

Color Harmonies of #FACA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA76

Black with #FACA76

Text Example


Text Example

White with #FACA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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