Html Css Color HEX #FAC266 Grandis

📋 copy color: '#FAC266'

red 250 ◦ green 194 ◦ blue 102

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

Shades of Grandis #FAC266

Tints of Grandis #FAC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

 BLUE value IS 102 (40.23% from 255) = 18.68%

R = 45.79%
G = 35.53%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAC266 (or 0xFAC266) is known color: Grandis. HEX triplet: FA, C2 and 66. RGB value is (250,194,102). Sum of RGB (Red+Green+Blue) = 250+194+102=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC266 is #053D99. Grayscale: #C8C8C8. Windows color (decimal): -343450 or 6734586. OLE color: 6734586.

HSL color Cylindrical-coordinate representation of color #FAC266: hue angle of 37.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAC266 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 102 -
CMYK 0 0.22 0.59 0.02
HSL 37.3º 0.94% 0.69% -
HSV(B) 37.3º 0.59% 0.98% -
XYZ 61.11 59.87 20.9 -
YUV 200.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 250 194 102 0 0.22 0.59 0.02 37.3 0.94 0.69
Hex FA C2 66 0 16 3B 2 25 5E 45
Octal 372 302 146 0 26 73 2 45 136 105
Binary 11111010 11000010 1100110 0 10110 111011 10 100101 1011110 1000101

Color Harmonies of #FAC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC266

Black with #FAC266

Text Example


Text Example

White with #FAC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC266; }

 p { color: rgb(250,194,102); }

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

background-color css

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

 a { background-color: rgb(250,194,102); }

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

border-color css

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

 span { border-color: rgb(250,194,102); }

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