Html Css Color HEX #FACE74 Grandis

📋 copy color: '#FACE74'

red 250 ◦ green 206 ◦ blue 116

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

Shades of Grandis #FACE74

Tints of Grandis #FACE74

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.01%

 BLUE value IS 116 (45.7% from 255) = 20.28%

R = 43.71%
G = 36.01%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FACE74 (or 0xFACE74) is known color: Grandis. HEX triplet: FA, CE and 74. RGB value is (250,206,116). Sum of RGB (Red+Green+Blue) = 250+206+116=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE74 is #05318B. Grayscale: #D1D1D1. Windows color (decimal): -340364 or 7655162. OLE color: 7655162.

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

Color convert

RGB 250 206 116 -
CMYK 0 0.18 0.54 0.02
HSL 40.3º 0.93% 0.72% -
HSV(B) 40.3º 0.54% 0.98% -
XYZ 64.65 65.73 25.8 -
YUV 208.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 250 206 116 0 0.18 0.54 0.02 40.3 0.93 0.72
Hex FA CE 74 0 12 36 2 28 5D 48
Octal 372 316 164 0 22 66 2 50 135 110
Binary 11111010 11001110 1110100 0 10010 110110 10 101000 1011101 1001000

Color Harmonies of #FACE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE74

Black with #FACE74

Text Example


Text Example

White with #FACE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE74; }

 p { color: rgb(250,206,116); }

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

background-color css

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

 a { background-color: rgb(250,206,116); }

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

border-color css

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

 span { border-color: rgb(250,206,116); }

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