Html Css Color HEX #F5BD8A Corvette

📋 copy color: '#F5BD8A'

red 245 ◦ green 189 ◦ blue 138

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

Shades of Corvette #F5BD8A

Tints of Corvette #F5BD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.13%

R = 42.83%
G = 33.04%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5BD8A (or 0xF5BD8A) is known color: Corvette. HEX triplet: F5, BD and 8A. RGB value is (245,189,138). Sum of RGB (Red+Green+Blue) = 245+189+138=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BD8A is #0A4275. Grayscale: #C8C8C8. Windows color (decimal): -672374 or 9092597. OLE color: 9092597.

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

Color convert

RGB 245 189 138 -
CMYK 0 0.23 0.44 0.04
HSL 28.6º 0.84% 0.75% -
HSV(B) 28.6º 0.44% 0.96% -
XYZ 60.44 57.64 31.99 -
YUV 199.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 245 189 138 0 0.23 0.44 0.04 28.6 0.84 0.75
Hex F5 BD 8A 0 17 2C 4 1D 54 4B
Octal 365 275 212 0 27 54 4 35 124 113
Binary 11110101 10111101 10001010 0 10111 101100 100 11101 1010100 1001011

Color Harmonies of #F5BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BD8A

Black with #F5BD8A

Text Example


Text Example

White with #F5BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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