Html Css Color HEX #FAC364 Grandis

📋 copy color: '#FAC364'

red 250 ◦ green 195 ◦ blue 100

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

Shades of Grandis #FAC364

Tints of Grandis #FAC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.78%

 BLUE value IS 100 (39.45% from 255) = 18.35%

R = 45.87%
G = 35.78%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAC364 (or 0xFAC364) is known color: Grandis. HEX triplet: FA, C3 and 64. RGB value is (250,195,100). Sum of RGB (Red+Green+Blue) = 250+195+100=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC364 is #053C9B. Grayscale: #C9C9C9. Windows color (decimal): -343196 or 6603770. OLE color: 6603770.

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

Color convert

RGB 250 195 100 -
CMYK 0 0.22 0.6 0.02
HSL 38º 0.94% 0.69% -
HSV(B) 38º 0.6% 0.98% -
XYZ 61.24 60.27 20.46 -
YUV 200.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 250 195 100 0 0.22 0.6 0.02 38 0.94 0.69
Hex FA C3 64 0 16 3C 2 26 5E 45
Octal 372 303 144 0 26 74 2 46 136 105
Binary 11111010 11000011 1100100 0 10110 111100 10 100110 1011110 1000101

Color Harmonies of #FAC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC364

Black with #FAC364

Text Example


Text Example

White with #FAC364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC364; }

 p { color: rgb(250,195,100); }

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

background-color css

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

 a { background-color: rgb(250,195,100); }

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

border-color css

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

 span { border-color: rgb(250,195,100); }

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