Html Css Color HEX #F8C46E Grandis

📋 copy color: '#F8C46E'

red 248 ◦ green 196 ◦ blue 110

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

Shades of Grandis #F8C46E

Tints of Grandis #F8C46E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.38%

 BLUE value IS 110 (43.36% from 255) = 19.86%

R = 44.77%
G = 35.38%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8C46E (or 0xF8C46E) is known color: Grandis. HEX triplet: F8, C4 and 6E. RGB value is (248,196,110). Sum of RGB (Red+Green+Blue) = 248+196+110=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C46E is #073B91. Grayscale: #CACACA. Windows color (decimal): -474002 or 7259384. OLE color: 7259384.

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

Color convert

RGB 248 196 110 -
CMYK 0 0.21 0.56 0.03
HSL 37.39º 0.91% 0.7% -
HSV(B) 37.39º 0.56% 0.97% -
XYZ 61.27 60.56 23.21 -
YUV 201.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 248 196 110 0 0.21 0.56 0.03 37.39 0.91 0.7
Hex F8 C4 6E 0 15 38 3 25 5B 46
Octal 370 304 156 0 25 70 3 45 133 106
Binary 11111000 11000100 1101110 0 10101 111000 11 100101 1011011 1000110

Color Harmonies of #F8C46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C46E

Black with #F8C46E

Text Example


Text Example

White with #F8C46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C46E; }

 p { color: rgb(248,196,110); }

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

background-color css

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

 a { background-color: rgb(248,196,110); }

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

border-color css

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

 span { border-color: rgb(248,196,110); }

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