Html Css Color HEX #F8C36D Grandis

📋 copy color: '#F8C36D'

red 248 ◦ green 195 ◦ blue 109

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

Shades of Grandis #F8C36D

Tints of Grandis #F8C36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.75%

R = 44.93%
G = 35.33%
B = 19.75%

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

#F8C36D (or 0xF8C36D) is known color: Grandis. HEX triplet: F8, C3 and 6D. RGB value is (248,195,109). Sum of RGB (Red+Green+Blue) = 248+195+109=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C36D is #073C92. Grayscale: #C9C9C9. Windows color (decimal): -474259 or 7193592. OLE color: 7193592.

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

Color convert

RGB 248 195 109 -
CMYK 0 0.21 0.56 0.03
HSL 37.12º 0.91% 0.7% -
HSV(B) 37.12º 0.56% 0.97% -
XYZ 60.99 60.09 22.85 -
YUV 201.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 248 195 109 0 0.21 0.56 0.03 37.12 0.91 0.7
Hex F8 C3 6D 0 15 38 3 25 5B 46
Octal 370 303 155 0 25 70 3 45 133 106
Binary 11111000 11000011 1101101 0 10101 111000 11 100101 1011011 1000110

Color Harmonies of #F8C36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C36D

Black with #F8C36D

Text Example


Text Example

White with #F8C36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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