Html Css Color HEX #F8C669 Grandis

📋 copy color: '#F8C669'

red 248 ◦ green 198 ◦ blue 105

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

Shades of Grandis #F8C669

Tints of Grandis #F8C669

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.93%

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

R = 45.01%
G = 35.93%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F8C669 (or 0xF8C669) is known color: Grandis. HEX triplet: F8, C6 and 69. RGB value is (248,198,105). Sum of RGB (Red+Green+Blue) = 248+198+105=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C669 is #073996. Grayscale: #CACACA. Windows color (decimal): -473495 or 6932216. OLE color: 6932216.

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

Color convert

RGB 248 198 105 -
CMYK 0 0.20 0.58 0.03
HSL 39.02º 0.91% 0.69% -
HSV(B) 39.02º 0.58% 0.97% -
XYZ 61.46 61.36 21.97 -
YUV 202.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 248 198 105 0 0.20 0.58 0.03 39.02 0.91 0.69
Hex F8 C6 69 0 14 3A 3 27 5B 45
Octal 370 306 151 0 24 72 3 47 133 105
Binary 11111000 11000110 1101001 0 10100 111010 11 100111 1011011 1000101

Color Harmonies of #F8C669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C669

Black with #F8C669

Text Example


Text Example

White with #F8C669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C669; }

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

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

background-color css

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

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

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

border-color css

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

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

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