Html Css Color HEX #FAC873 Grandis

📋 copy color: '#FAC873'

red 250 ◦ green 200 ◦ blue 115

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

Shades of Grandis #FAC873

Tints of Grandis #FAC873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.35%

R = 44.25%
G = 35.4%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC873 (or 0xFAC873) is known color: Grandis. HEX triplet: FA, C8 and 73. RGB value is (250,200,115). Sum of RGB (Red+Green+Blue) = 250+200+115=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC873 is #05378C. Grayscale: #CDCDCD. Windows color (decimal): -341901 or 7588090. OLE color: 7588090.

HSL color Cylindrical-coordinate representation of color #FAC873: hue angle of 37.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAC873 is Cyan = 0, Magento = 0.2, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 115 -
CMYK 0 0.2 0.54 0.02
HSL 37.78º 0.93% 0.72% -
HSV(B) 37.78º 0.54% 0.98% -
XYZ 63.17 62.87 25.03 -
YUV 205.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 250 200 115 0 0.2 0.54 0.02 37.78 0.93 0.72
Hex FA C8 73 0 14 36 2 26 5D 48
Octal 372 310 163 0 24 66 2 46 135 110
Binary 11111010 11001000 1110011 0 10100 110110 10 100110 1011101 1001000

Color Harmonies of #FAC873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC873

Black with #FAC873

Text Example


Text Example

White with #FAC873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC873; }

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

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

background-color css

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

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

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

border-color css

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

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

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