Html Css Color HEX #FACF70 Grandis

📋 copy color: '#FACF70'

red 250 ◦ green 207 ◦ blue 112

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

Shades of Grandis #FACF70

Tints of Grandis #FACF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.68%

R = 43.94%
G = 36.38%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FACF70 (or 0xFACF70) is known color: Grandis. HEX triplet: FA, CF and 70. RGB value is (250,207,112). Sum of RGB (Red+Green+Blue) = 250+207+112=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF70 is #05308F. Grayscale: #D1D1D1. Windows color (decimal): -340112 or 7393274. OLE color: 7393274.

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

Color convert

RGB 250 207 112 -
CMYK 0 0.17 0.55 0.02
HSL 41.3º 0.93% 0.71% -
HSV(B) 41.3º 0.55% 0.98% -
XYZ 64.66 66.12 24.68 -
YUV 209.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 250 207 112 0 0.17 0.55 0.02 41.3 0.93 0.71
Hex FA CF 70 0 11 37 2 29 5D 47
Octal 372 317 160 0 21 67 2 51 135 107
Binary 11111010 11001111 1110000 0 10001 110111 10 101001 1011101 1000111

Color Harmonies of #FACF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF70

Black with #FACF70

Text Example


Text Example

White with #FACF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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