Html Css Color HEX #F8C771 Grandis

📋 copy color: '#F8C771'

red 248 ◦ green 199 ◦ blue 113

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

Shades of Grandis #F8C771

Tints of Grandis #F8C771

RGB

 RED value IS 248 (97.27% from 255) = 44.29%

 GREEN value IS 199 (78.13% from 255) = 35.54%

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

R = 44.29%
G = 35.54%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F8C771 (or 0xF8C771) is known color: Grandis. HEX triplet: F8, C7 and 71. RGB value is (248,199,113). Sum of RGB (Red+Green+Blue) = 248+199+113=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C771 is #07388E. Grayscale: #CCCCCC. Windows color (decimal): -473231 or 7456760. OLE color: 7456760.

HSL color Cylindrical-coordinate representation of color #F8C771: hue angle of 38.22º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8C771 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 199 113 -
CMYK 0 0.20 0.54 0.03
HSL 38.22º 0.91% 0.71% -
HSV(B) 38.22º 0.54% 0.97% -
XYZ 62.12 62 24.32 -
YUV 203.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 248 199 113 0 0.20 0.54 0.03 38.22 0.91 0.71
Hex F8 C7 71 0 14 36 3 26 5B 47
Octal 370 307 161 0 24 66 3 46 133 107
Binary 11111000 11000111 1110001 0 10100 110110 11 100110 1011011 1000111

Color Harmonies of #F8C771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C771

Black with #F8C771

Text Example


Text Example

White with #F8C771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C771; }

 p { color: rgb(248,199,113); }

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

background-color css

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

 a { background-color: rgb(248,199,113); }

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

border-color css

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

 span { border-color: rgb(248,199,113); }

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