Html Css Color HEX #F8C869 Grandis

📋 copy color: '#F8C869'

red 248 ◦ green 200 ◦ blue 105

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

Shades of Grandis #F8C869

Tints of Grandis #F8C869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.17%

 BLUE value IS 105 (41.41% from 255) = 18.99%

R = 44.85%
G = 36.17%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F8C869 (or 0xF8C869) is known color: Grandis. HEX triplet: F8, C8 and 69. RGB value is (248,200,105). Sum of RGB (Red+Green+Blue) = 248+200+105=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C869 is #073796. Grayscale: #CBCBCB. Windows color (decimal): -472983 or 6932728. OLE color: 6932728.

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

Color convert

RGB 248 200 105 -
CMYK 0 0.19 0.58 0.03
HSL 39.86º 0.91% 0.69% -
HSV(B) 39.86º 0.58% 0.97% -
XYZ 61.92 62.28 22.12 -
YUV 203.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 248 200 105 0 0.19 0.58 0.03 39.86 0.91 0.69
Hex F8 C8 69 0 13 3A 3 28 5B 45
Octal 370 310 151 0 23 72 3 50 133 105
Binary 11111000 11001000 1101001 0 10011 111010 11 101000 1011011 1000101

Color Harmonies of #F8C869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C869

Black with #F8C869

Text Example


Text Example

White with #F8C869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C869; }

 p { color: rgb(248,200,105); }

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

background-color css

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

 a { background-color: rgb(248,200,105); }

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

border-color css

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

 span { border-color: rgb(248,200,105); }

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