Html Css Color HEX #F5BD87 Corvette

📋 copy color: '#F5BD87'

red 245 ◦ green 189 ◦ blue 135

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

Shades of Corvette #F5BD87

Tints of Corvette #F5BD87

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.22%

 BLUE value IS 135 (53.13% from 255) = 23.73%

R = 43.06%
G = 33.22%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F5BD87 (or 0xF5BD87) is known color: Corvette. HEX triplet: F5, BD and 87. RGB value is (245,189,135). Sum of RGB (Red+Green+Blue) = 245+189+135=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 135 (53.12% from 255 or 23.73% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BD87 is #0A4278. Grayscale: #C7C7C7. Windows color (decimal): -672377 or 8895989. OLE color: 8895989.

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

Color convert

RGB 245 189 135 -
CMYK 0 0.23 0.45 0.04
HSL 29.45º 0.85% 0.75% -
HSV(B) 29.45º 0.45% 0.96% -
XYZ 60.23 57.56 30.86 -
YUV 199.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 245 189 135 0 0.23 0.45 0.04 29.45 0.85 0.75
Hex F5 BD 87 0 17 2D 4 1D 55 4B
Octal 365 275 207 0 27 55 4 35 125 113
Binary 11110101 10111101 10000111 0 10111 101101 100 11101 1010101 1001011

Color Harmonies of #F5BD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BD87

Black with #F5BD87

Text Example


Text Example

White with #F5BD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BD87; }

 p { color: rgb(245,189,135); }

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

background-color css

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

 a { background-color: rgb(245,189,135); }

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

border-color css

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

 span { border-color: rgb(245,189,135); }

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