Html Css Color HEX #F5F085 Khaki

📋 copy color: '#F5F085'

red 245 ◦ green 240 ◦ blue 133

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

Shades of Khaki #F5F085

Tints of Khaki #F5F085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.83%

 BLUE value IS 133 (52.34% from 255) = 21.52%

R = 39.64%
G = 38.83%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F5F085 (or 0xF5F085) is known color: Khaki. HEX triplet: F5, F0 and 85. RGB value is (245,240,133). Sum of RGB (Red+Green+Blue) = 245+240+133=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F085 is #0A0F7A. Grayscale: #E5E5E5. Windows color (decimal): -659323 or 8777973. OLE color: 8777973.

HSL color Cylindrical-coordinate representation of color #F5F085: hue angle of 57.32º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5F085 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 240 133 -
CMYK 0 0.02 0.46 0.04
HSL 57.32º 0.85% 0.74% -
HSV(B) 57.32º 0.46% 0.96% -
XYZ 73.05 83.43 34.44 -
YUV 229.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 245 240 133 0 0.02 0.46 0.04 57.32 0.85 0.74
Hex F5 F0 85 0 2 2E 4 39 55 4A
Octal 365 360 205 0 2 56 4 71 125 112
Binary 11110101 11110000 10000101 0 10 101110 100 111001 1010101 1001010

Color Harmonies of #F5F085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F085

Black with #F5F085

Text Example


Text Example

White with #F5F085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F085; }

 p { color: rgb(245,240,133); }

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

background-color css

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

 a { background-color: rgb(245,240,133); }

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

border-color css

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

 span { border-color: rgb(245,240,133); }

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