Html Css Color HEX #F8C364 Grandis

📋 copy color: '#F8C364'

red 248 ◦ green 195 ◦ blue 100

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

Shades of Grandis #F8C364

Tints of Grandis #F8C364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.42%

R = 45.67%
G = 35.91%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8C364 (or 0xF8C364) is known color: Grandis. HEX triplet: F8, C3 and 64. RGB value is (248,195,100). Sum of RGB (Red+Green+Blue) = 248+195+100=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C364 is #073C9B. Grayscale: #C8C8C8. Windows color (decimal): -474268 or 6603768. OLE color: 6603768.

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

Color convert

RGB 248 195 100 -
CMYK 0 0.21 0.60 0.03
HSL 38.51º 0.91% 0.68% -
HSV(B) 38.51º 0.6% 0.97% -
XYZ 60.53 59.91 20.43 -
YUV 200.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 248 195 100 0 0.21 0.60 0.03 38.51 0.91 0.68
Hex F8 C3 64 0 15 3C 3 27 5B 44
Octal 370 303 144 0 25 74 3 47 133 104
Binary 11111000 11000011 1100100 0 10101 111100 11 100111 1011011 1000100

Color Harmonies of #F8C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C364

Black with #F8C364

Text Example


Text Example

White with #F8C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C364; }

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

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

background-color css

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

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

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

border-color css

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

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

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