Html Css Color HEX #FACF73 Grandis

📋 copy color: '#FACF73'

red 250 ◦ green 207 ◦ blue 115

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

Shades of Grandis #FACF73

Tints of Grandis #FACF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.1%

R = 43.71%
G = 36.19%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FACF73 (or 0xFACF73) is known color: Grandis. HEX triplet: FA, CF and 73. RGB value is (250,207,115). Sum of RGB (Red+Green+Blue) = 250+207+115=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF73 is #05308C. Grayscale: #D1D1D1. Windows color (decimal): -340109 or 7589882. OLE color: 7589882.

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

Color convert

RGB 250 207 115 -
CMYK 0 0.17 0.54 0.02
HSL 40.89º 0.93% 0.72% -
HSV(B) 40.89º 0.54% 0.98% -
XYZ 64.83 66.19 25.58 -
YUV 209.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 250 207 115 0 0.17 0.54 0.02 40.89 0.93 0.72
Hex FA CF 73 0 11 36 2 29 5D 48
Octal 372 317 163 0 21 66 2 51 135 110
Binary 11111010 11001111 1110011 0 10001 110110 10 101001 1011101 1001000

Color Harmonies of #FACF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF73

Black with #FACF73

Text Example


Text Example

White with #FACF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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