Html Css Color HEX #FAC871 Grandis

📋 copy color: '#FAC871'

red 250 ◦ green 200 ◦ blue 113

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

Shades of Grandis #FAC871

Tints of Grandis #FAC871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.07%

R = 44.4%
G = 35.52%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC871 (or 0xFAC871) is known color: Grandis. HEX triplet: FA, C8 and 71. RGB value is (250,200,113). Sum of RGB (Red+Green+Blue) = 250+200+113=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC871 is #05378E. Grayscale: #CDCDCD. Windows color (decimal): -341903 or 7457018. OLE color: 7457018.

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

Color convert

RGB 250 200 113 -
CMYK 0 0.2 0.55 0.02
HSL 38.1º 0.93% 0.71% -
HSV(B) 38.1º 0.55% 0.98% -
XYZ 63.06 62.82 24.43 -
YUV 205.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 250 200 113 0 0.2 0.55 0.02 38.1 0.93 0.71
Hex FA C8 71 0 14 37 2 26 5D 47
Octal 372 310 161 0 24 67 2 46 135 107
Binary 11111010 11001000 1110001 0 10100 110111 10 100110 1011101 1000111

Color Harmonies of #FAC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC871

Black with #FAC871

Text Example


Text Example

White with #FAC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC871; }

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

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

background-color css

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

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

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

border-color css

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

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

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