Html Css Color HEX #FACA65 Grandis

📋 copy color: '#FACA65'

red 250 ◦ green 202 ◦ blue 101

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

Shades of Grandis #FACA65

Tints of Grandis #FACA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.26%

R = 45.21%
G = 36.53%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FACA65 (or 0xFACA65) is known color: Grandis. HEX triplet: FA, CA and 65. RGB value is (250,202,101). Sum of RGB (Red+Green+Blue) = 250+202+101=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA65 is #05359A. Grayscale: #CDCDCD. Windows color (decimal): -341403 or 6671098. OLE color: 6671098.

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

Color convert

RGB 250 202 101 -
CMYK 0 0.19 0.60 0.02
HSL 40.67º 0.94% 0.69% -
HSV(B) 40.67º 0.6% 0.98% -
XYZ 62.89 63.5 21.25 -
YUV 204.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 250 202 101 0 0.19 0.60 0.02 40.67 0.94 0.69
Hex FA CA 65 0 13 3C 2 29 5E 45
Octal 372 312 145 0 23 74 2 51 136 105
Binary 11111010 11001010 1100101 0 10011 111100 10 101001 1011110 1000101

Color Harmonies of #FACA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA65

Black with #FACA65

Text Example


Text Example

White with #FACA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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