Html Css Color HEX #F8C368 Grandis

📋 copy color: '#F8C368'

red 248 ◦ green 195 ◦ blue 104

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

Shades of Grandis #F8C368

Tints of Grandis #F8C368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 45.34%
G = 35.65%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F8C368 (or 0xF8C368) is known color: Grandis. HEX triplet: F8, C3 and 68. RGB value is (248,195,104). Sum of RGB (Red+Green+Blue) = 248+195+104=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C368 is #073C97. Grayscale: #C8C8C8. Windows color (decimal): -474264 or 6865912. OLE color: 6865912.

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

Color convert

RGB 248 195 104 -
CMYK 0 0.21 0.58 0.03
HSL 37.92º 0.91% 0.69% -
HSV(B) 37.92º 0.58% 0.97% -
XYZ 60.73 59.99 21.47 -
YUV 200.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 248 195 104 0 0.21 0.58 0.03 37.92 0.91 0.69
Hex F8 C3 68 0 15 3A 3 26 5B 45
Octal 370 303 150 0 25 72 3 46 133 105
Binary 11111000 11000011 1101000 0 10101 111010 11 100110 1011011 1000101

Color Harmonies of #F8C368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C368

Black with #F8C368

Text Example


Text Example

White with #F8C368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C368; }

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

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

background-color css

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

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

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

border-color css

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

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

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