Html Css Color HEX #FACF76 Grandis

📋 copy color: '#FACF76'

red 250 ◦ green 207 ◦ blue 118

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

Shades of Grandis #FACF76

Tints of Grandis #FACF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36%

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

R = 43.48%
G = 36%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FACF76 (or 0xFACF76) is known color: Grandis. HEX triplet: FA, CF and 76. RGB value is (250,207,118). Sum of RGB (Red+Green+Blue) = 250+207+118=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 118 (46.48% from 255 or 20.52% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF76 is #053089. Grayscale: #D2D2D2. Windows color (decimal): -340106 or 7786490. OLE color: 7786490.

HSL color Cylindrical-coordinate representation of color #FACF76: hue angle of 40.45º 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 #FACF76 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 118 -
CMYK 0 0.17 0.53 0.02
HSL 40.45º 0.93% 0.72% -
HSV(B) 40.45º 0.53% 0.98% -
XYZ 65.01 66.26 26.5 -
YUV 209.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 250 207 118 0 0.17 0.53 0.02 40.45 0.93 0.72
Hex FA CF 76 0 11 35 2 28 5D 48
Octal 372 317 166 0 21 65 2 50 135 110
Binary 11111010 11001111 1110110 0 10001 110101 10 101000 1011101 1001000

Color Harmonies of #FACF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF76

Black with #FACF76

Text Example


Text Example

White with #FACF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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