Html Css Color HEX #F8C770 Grandis

📋 copy color: '#F8C770'

red 248 ◦ green 199 ◦ blue 112

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

Shades of Grandis #F8C770

Tints of Grandis #F8C770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.04%

R = 44.36%
G = 35.6%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8C770 (or 0xF8C770) is known color: Grandis. HEX triplet: F8, C7 and 70. RGB value is (248,199,112). Sum of RGB (Red+Green+Blue) = 248+199+112=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C770 is #07388F. Grayscale: #CCCCCC. Windows color (decimal): -473232 or 7391224. OLE color: 7391224.

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

Color convert

RGB 248 199 112 -
CMYK 0 0.20 0.55 0.03
HSL 38.38º 0.91% 0.71% -
HSV(B) 38.38º 0.55% 0.97% -
XYZ 62.06 61.97 24.02 -
YUV 203.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 248 199 112 0 0.20 0.55 0.03 38.38 0.91 0.71
Hex F8 C7 70 0 14 37 3 26 5B 47
Octal 370 307 160 0 24 67 3 46 133 107
Binary 11111000 11000111 1110000 0 10100 110111 11 100110 1011011 1000111

Color Harmonies of #F8C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C770

Black with #F8C770

Text Example


Text Example

White with #F8C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C770; }

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

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

background-color css

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

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

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

border-color css

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

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

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