Html Css Color HEX #FACB64 Grandis

📋 copy color: '#FACB64'

red 250 ◦ green 203 ◦ blue 100

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

Shades of Grandis #FACB64

Tints of Grandis #FACB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.71%

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

R = 45.21%
G = 36.71%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FACB64 (or 0xFACB64) is known color: Grandis. HEX triplet: FA, CB and 64. RGB value is (250,203,100). Sum of RGB (Red+Green+Blue) = 250+203+100=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB64 is #05349B. Grayscale: #CDCDCD. Windows color (decimal): -341148 or 6605818. OLE color: 6605818.

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

Color convert

RGB 250 203 100 -
CMYK 0 0.19 0.6 0.02
HSL 41.2º 0.94% 0.69% -
HSV(B) 41.2º 0.6% 0.98% -
XYZ 63.08 63.96 21.08 -
YUV 205.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 250 203 100 0 0.19 0.6 0.02 41.2 0.94 0.69
Hex FA CB 64 0 13 3C 2 29 5E 45
Octal 372 313 144 0 23 74 2 51 136 105
Binary 11111010 11001011 1100100 0 10011 111100 10 101001 1011110 1000101

Color Harmonies of #FACB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB64

Black with #FACB64

Text Example


Text Example

White with #FACB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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