Html Css Color HEX #FAC26A Grandis

📋 copy color: '#FAC26A'

red 250 ◦ green 194 ◦ blue 106

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

Shades of Grandis #FAC26A

Tints of Grandis #FAC26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.27%

R = 45.45%
G = 35.27%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAC26A (or 0xFAC26A) is known color: Grandis. HEX triplet: FA, C2 and 6A. RGB value is (250,194,106). Sum of RGB (Red+Green+Blue) = 250+194+106=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC26A is #053D95. Grayscale: #C9C9C9. Windows color (decimal): -343446 or 6996730. OLE color: 6996730.

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

Color convert

RGB 250 194 106 -
CMYK 0 0.22 0.58 0.02
HSL 36.67º 0.94% 0.7% -
HSV(B) 36.67º 0.58% 0.98% -
XYZ 61.32 59.95 21.98 -
YUV 200.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 250 194 106 0 0.22 0.58 0.02 36.67 0.94 0.7
Hex FA C2 6A 0 16 3A 2 25 5E 46
Octal 372 302 152 0 26 72 2 45 136 106
Binary 11111010 11000010 1101010 0 10110 111010 10 100101 1011110 1000110

Color Harmonies of #FAC26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC26A

Black with #FAC26A

Text Example


Text Example

White with #FAC26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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