Html Css Color HEX #F8C36C Grandis

📋 copy color: '#F8C36C'

red 248 ◦ green 195 ◦ blue 108

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

Shades of Grandis #F8C36C

Tints of Grandis #F8C36C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.39%

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

R = 45.01%
G = 35.39%
B = 19.6%

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

#F8C36C (or 0xF8C36C) is known color: Grandis. HEX triplet: F8, C3 and 6C. RGB value is (248,195,108). Sum of RGB (Red+Green+Blue) = 248+195+108=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C36C is #073C93. Grayscale: #C9C9C9. Windows color (decimal): -474260 or 7128056. OLE color: 7128056.

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

Color convert

RGB 248 195 108 -
CMYK 0 0.21 0.56 0.03
HSL 37.29º 0.91% 0.7% -
HSV(B) 37.29º 0.56% 0.97% -
XYZ 60.93 60.07 22.57 -
YUV 200.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 248 195 108 0 0.21 0.56 0.03 37.29 0.91 0.7
Hex F8 C3 6C 0 15 38 3 25 5B 46
Octal 370 303 154 0 25 70 3 45 133 106
Binary 11111000 11000011 1101100 0 10101 111000 11 100101 1011011 1000110

Color Harmonies of #F8C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C36C

Black with #F8C36C

Text Example


Text Example

White with #F8C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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