Html Css Color HEX #FACF77 Grandis

📋 copy color: '#FACF77'

red 250 ◦ green 207 ◦ blue 119

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

Shades of Grandis #FACF77

Tints of Grandis #FACF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.66%

R = 43.4%
G = 35.94%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FACF77 (or 0xFACF77) is known color: Grandis. HEX triplet: FA, CF and 77. RGB value is (250,207,119). Sum of RGB (Red+Green+Blue) = 250+207+119=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF77 is #053088. Grayscale: #D2D2D2. Windows color (decimal): -340105 or 7852026. OLE color: 7852026.

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

Color convert

RGB 250 207 119 -
CMYK 0 0.17 0.52 0.02
HSL 40.31º 0.93% 0.72% -
HSV(B) 40.31º 0.52% 0.98% -
XYZ 65.07 66.28 26.82 -
YUV 209.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 250 207 119 0 0.17 0.52 0.02 40.31 0.93 0.72
Hex FA CF 77 0 11 34 2 28 5D 48
Octal 372 317 167 0 21 64 2 50 135 110
Binary 11111010 11001111 1110111 0 10001 110100 10 101000 1011101 1001000

Color Harmonies of #FACF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF77

Black with #FACF77

Text Example


Text Example

White with #FACF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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