Html Css Color HEX #F5C669 Grandis

📋 copy color: '#F5C669'

red 245 ◦ green 198 ◦ blue 105

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

Shades of Grandis #F5C669

Tints of Grandis #F5C669

RGB

 RED value IS 245 (96.09% from 255) = 44.71%

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

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

R = 44.71%
G = 36.13%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5C669 (or 0xF5C669) is known color: Grandis. HEX triplet: F5, C6 and 69. RGB value is (245,198,105). Sum of RGB (Red+Green+Blue) = 245+198+105=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C669 is #0A3996. Grayscale: #C9C9C9. Windows color (decimal): -670103 or 6932213. OLE color: 6932213.

HSL color Cylindrical-coordinate representation of color #F5C669: hue angle of 39.86º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5C669 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 198 105 -
CMYK 0 0.19 0.57 0.04
HSL 39.86º 0.88% 0.69% -
HSV(B) 39.86º 0.57% 0.96% -
XYZ 60.4 60.82 21.92 -
YUV 201.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 245 198 105 0 0.19 0.57 0.04 39.86 0.88 0.69
Hex F5 C6 69 0 13 39 4 28 58 45
Octal 365 306 151 0 23 71 4 50 130 105
Binary 11110101 11000110 1101001 0 10011 111001 100 101000 1011000 1000101

Color Harmonies of #F5C669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C669

Black with #F5C669

Text Example


Text Example

White with #F5C669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C669; }

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

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

background-color css

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

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

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

border-color css

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

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

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