Html Css Color HEX #FAC464 Grandis

📋 copy color: '#FAC464'

red 250 ◦ green 196 ◦ blue 100

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

Shades of Grandis #FAC464

Tints of Grandis #FAC464

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.9%

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

R = 45.79%
G = 35.9%
B = 18.32%

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

#FAC464 (or 0xFAC464) is known color: Grandis. HEX triplet: FA, C4 and 64. RGB value is (250,196,100). Sum of RGB (Red+Green+Blue) = 250+196+100=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC464 is #053B9B. Grayscale: #C9C9C9. Windows color (decimal): -342940 or 6604026. OLE color: 6604026.

HSL color Cylindrical-coordinate representation of color #FAC464: hue angle of 38.4º 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 #FAC464 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 100 -
CMYK 0 0.22 0.6 0.02
HSL 38.4º 0.94% 0.69% -
HSV(B) 38.4º 0.6% 0.98% -
XYZ 61.46 60.72 20.54 -
YUV 201.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 250 196 100 0 0.22 0.6 0.02 38.4 0.94 0.69
Hex FA C4 64 0 16 3C 2 26 5E 45
Octal 372 304 144 0 26 74 2 46 136 105
Binary 11111010 11000100 1100100 0 10110 111100 10 100110 1011110 1000101

Color Harmonies of #FAC464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC464

Black with #FAC464

Text Example


Text Example

White with #FAC464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC464; }

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

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

background-color css

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

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

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

border-color css

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

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

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