Html Css Color HEX #FACF74 Grandis

📋 copy color: '#FACF74'

red 250 ◦ green 207 ◦ blue 116

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

Shades of Grandis #FACF74

Tints of Grandis #FACF74

RGB

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

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

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

R = 43.63%
G = 36.13%
B = 20.24%

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

#FACF74 (or 0xFACF74) is known color: Grandis. HEX triplet: FA, CF and 74. RGB value is (250,207,116). Sum of RGB (Red+Green+Blue) = 250+207+116=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF74 is #05308B. Grayscale: #D1D1D1. Windows color (decimal): -340108 or 7655418. OLE color: 7655418.

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

Color convert

RGB 250 207 116 -
CMYK 0 0.17 0.54 0.02
HSL 40.75º 0.93% 0.72% -
HSV(B) 40.75º 0.54% 0.98% -
XYZ 64.89 66.21 25.88 -
YUV 209.48 75.25 156.9 -
System Red Green Blue C M Y K H S L
Decimal 250 207 116 0 0.17 0.54 0.02 40.75 0.93 0.72
Hex FA CF 74 0 11 36 2 29 5D 48
Octal 372 317 164 0 21 66 2 51 135 110
Binary 11111010 11001111 1110100 0 10001 110110 10 101001 1011101 1001000

Color Harmonies of #FACF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF74

Black with #FACF74

Text Example


Text Example

White with #FACF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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