Html Css Color HEX #F8D46C Grandis

📋 copy color: '#F8D46C'

red 248 ◦ green 212 ◦ blue 108

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

Shades of Grandis #F8D46C

Tints of Grandis #F8D46C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.32%

 BLUE value IS 108 (42.58% from 255) = 19.01%

R = 43.66%
G = 37.32%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8D46C (or 0xF8D46C) is known color: Grandis. HEX triplet: F8, D4 and 6C. RGB value is (248,212,108). Sum of RGB (Red+Green+Blue) = 248+212+108=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D46C is #072B93. Grayscale: #D3D3D3. Windows color (decimal): -469908 or 7132408. OLE color: 7132408.

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

Color convert

RGB 248 212 108 -
CMYK 0 0.15 0.56 0.03
HSL 44.57º 0.91% 0.7% -
HSV(B) 44.57º 0.56% 0.97% -
XYZ 64.96 68.13 23.91 -
YUV 210.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 248 212 108 0 0.15 0.56 0.03 44.57 0.91 0.7
Hex F8 D4 6C 0 F 38 3 2D 5B 46
Octal 370 324 154 0 17 70 3 55 133 106
Binary 11111000 11010100 1101100 0 1111 111000 11 101101 1011011 1000110

Color Harmonies of #F8D46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D46C

Black with #F8D46C

Text Example


Text Example

White with #F8D46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D46C; }

 p { color: rgb(248,212,108); }

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

background-color css

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

 a { background-color: rgb(248,212,108); }

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

border-color css

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

 span { border-color: rgb(248,212,108); }

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