Html Css Color HEX #FAC867 Grandis

📋 copy color: '#FAC867'

red 250 ◦ green 200 ◦ blue 103

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

Shades of Grandis #FAC867

Tints of Grandis #FAC867

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.17%

 BLUE value IS 103 (40.63% from 255) = 18.63%

R = 45.21%
G = 36.17%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAC867 (or 0xFAC867) is known color: Grandis. HEX triplet: FA, C8 and 67. RGB value is (250,200,103). Sum of RGB (Red+Green+Blue) = 250+200+103=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC867 is #053798. Grayscale: #CCCCCC. Windows color (decimal): -341913 or 6801658. OLE color: 6801658.

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

Color convert

RGB 250 200 103 -
CMYK 0 0.2 0.59 0.02
HSL 39.59º 0.94% 0.69% -
HSV(B) 39.59º 0.59% 0.98% -
XYZ 62.53 62.61 21.62 -
YUV 203.89 71.07 160.89 -
System Red Green Blue C M Y K H S L
Decimal 250 200 103 0 0.2 0.59 0.02 39.59 0.94 0.69
Hex FA C8 67 0 14 3B 2 28 5E 45
Octal 372 310 147 0 24 73 2 50 136 105
Binary 11111010 11001000 1100111 0 10100 111011 10 101000 1011110 1000101

Color Harmonies of #FAC867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC867

Black with #FAC867

Text Example


Text Example

White with #FAC867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC867; }

 p { color: rgb(250,200,103); }

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

background-color css

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

 a { background-color: rgb(250,200,103); }

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

border-color css

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

 span { border-color: rgb(250,200,103); }

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