Html Css Color HEX #FACC6A Grandis

📋 copy color: '#FACC6A'

red 250 ◦ green 204 ◦ blue 106

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

Shades of Grandis #FACC6A

Tints of Grandis #FACC6A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.43%

 BLUE value IS 106 (41.8% from 255) = 18.93%

R = 44.64%
G = 36.43%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FACC6A (or 0xFACC6A) is known color: Grandis. HEX triplet: FA, CC and 6A. RGB value is (250,204,106). Sum of RGB (Red+Green+Blue) = 250+204+106=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC6A is #053395. Grayscale: #CFCFCF. Windows color (decimal): -340886 or 6999290. OLE color: 6999290.

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

Color convert

RGB 250 204 106 -
CMYK 0 0.18 0.58 0.02
HSL 40.83º 0.94% 0.7% -
HSV(B) 40.83º 0.58% 0.98% -
XYZ 63.62 64.55 22.74 -
YUV 206.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 250 204 106 0 0.18 0.58 0.02 40.83 0.94 0.7
Hex FA CC 6A 0 12 3A 2 29 5E 46
Octal 372 314 152 0 22 72 2 51 136 106
Binary 11111010 11001100 1101010 0 10010 111010 10 101001 1011110 1000110

Color Harmonies of #FACC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC6A

Black with #FACC6A

Text Example


Text Example

White with #FACC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC6A; }

 p { color: rgb(250,204,106); }

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

background-color css

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

 a { background-color: rgb(250,204,106); }

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

border-color css

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

 span { border-color: rgb(250,204,106); }

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