Html Css Color HEX #FACA6D Grandis

📋 copy color: '#FACA6D'

red 250 ◦ green 202 ◦ blue 109

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

Shades of Grandis #FACA6D

Tints of Grandis #FACA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.43%

R = 44.56%
G = 36.01%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FACA6D (or 0xFACA6D) is known color: Grandis. HEX triplet: FA, CA and 6D. RGB value is (250,202,109). Sum of RGB (Red+Green+Blue) = 250+202+109=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA6D is #053592. Grayscale: #CECECE. Windows color (decimal): -341395 or 7195386. OLE color: 7195386.

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

Color convert

RGB 250 202 109 -
CMYK 0 0.19 0.56 0.02
HSL 39.57º 0.93% 0.7% -
HSV(B) 39.57º 0.56% 0.98% -
XYZ 63.31 63.67 23.42 -
YUV 205.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 250 202 109 0 0.19 0.56 0.02 39.57 0.93 0.7
Hex FA CA 6D 0 13 38 2 28 5D 46
Octal 372 312 155 0 23 70 2 50 135 106
Binary 11111010 11001010 1101101 0 10011 111000 10 101000 1011101 1000110

Color Harmonies of #FACA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA6D

Black with #FACA6D

Text Example


Text Example

White with #FACA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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