Html Css Color HEX #F8C670 Grandis

📋 copy color: '#F8C670'

red 248 ◦ green 198 ◦ blue 112

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

Shades of Grandis #F8C670

Tints of Grandis #F8C670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.48%

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

R = 44.44%
G = 35.48%
B = 20.07%

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

#F8C670 (or 0xF8C670) is known color: Grandis. HEX triplet: F8, C6 and 70. RGB value is (248,198,112). Sum of RGB (Red+Green+Blue) = 248+198+112=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C670 is #07398F. Grayscale: #CBCBCB. Windows color (decimal): -473488 or 7390968. OLE color: 7390968.

HSL color Cylindrical-coordinate representation of color #F8C670: hue angle of 37.94º 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 #F8C670 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 198 112 -
CMYK 0 0.20 0.55 0.03
HSL 37.94º 0.91% 0.71% -
HSV(B) 37.94º 0.55% 0.97% -
XYZ 61.83 61.51 23.94 -
YUV 203.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 248 198 112 0 0.20 0.55 0.03 37.94 0.91 0.71
Hex F8 C6 70 0 14 37 3 26 5B 47
Octal 370 306 160 0 24 67 3 46 133 107
Binary 11111000 11000110 1110000 0 10100 110111 11 100110 1011011 1000111

Color Harmonies of #F8C670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C670

Black with #F8C670

Text Example


Text Example

White with #F8C670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C670; }

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

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

background-color css

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

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

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

border-color css

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

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

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