Html Css Color HEX #FACE6B Grandis

📋 copy color: '#FACE6B'

red 250 ◦ green 206 ◦ blue 107

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

Shades of Grandis #FACE6B

Tints of Grandis #FACE6B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.59%

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 44.4%
G = 36.59%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FACE6B (or 0xFACE6B) is known color: Grandis. HEX triplet: FA, CE and 6B. RGB value is (250,206,107). Sum of RGB (Red+Green+Blue) = 250+206+107=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE6B is #053194. Grayscale: #D0D0D0. Windows color (decimal): -340373 or 7065338. OLE color: 7065338.

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

Color convert

RGB 250 206 107 -
CMYK 0 0.18 0.57 0.02
HSL 41.54º 0.93% 0.7% -
HSV(B) 41.54º 0.57% 0.98% -
XYZ 64.15 65.53 23.18 -
YUV 207.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 250 206 107 0 0.18 0.57 0.02 41.54 0.93 0.7
Hex FA CE 6B 0 12 39 2 2A 5D 46
Octal 372 316 153 0 22 71 2 52 135 106
Binary 11111010 11001110 1101011 0 10010 111001 10 101010 1011101 1000110

Color Harmonies of #FACE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE6B

Black with #FACE6B

Text Example


Text Example

White with #FACE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE6B; }

 p { color: rgb(250,206,107); }

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

background-color css

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

 a { background-color: rgb(250,206,107); }

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

border-color css

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

 span { border-color: rgb(250,206,107); }

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