Html Css Color HEX #F5C088 Corvette

📋 copy color: '#F5C088'

red 245 ◦ green 192 ◦ blue 136

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

Shades of Corvette #F5C088

Tints of Corvette #F5C088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.51%

 BLUE value IS 136 (53.52% from 255) = 23.73%

R = 42.76%
G = 33.51%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5C088 (or 0xF5C088) is known color: Corvette. HEX triplet: F5, C0 and 88. RGB value is (245,192,136). Sum of RGB (Red+Green+Blue) = 245+192+136=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C088 is #0A3F77. Grayscale: #C9C9C9. Windows color (decimal): -671608 or 8962293. OLE color: 8962293.

HSL color Cylindrical-coordinate representation of color #F5C088: hue angle of 30.83º 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 #F5C088 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 192 136 -
CMYK 0 0.22 0.44 0.04
HSL 30.83º 0.84% 0.75% -
HSV(B) 30.83º 0.44% 0.96% -
XYZ 60.95 58.89 31.45 -
YUV 201.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 245 192 136 0 0.22 0.44 0.04 30.83 0.84 0.75
Hex F5 C0 88 0 16 2C 4 1F 54 4B
Octal 365 300 210 0 26 54 4 37 124 113
Binary 11110101 11000000 10001000 0 10110 101100 100 11111 1010100 1001011

Color Harmonies of #F5C088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C088

Black with #F5C088

Text Example


Text Example

White with #F5C088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C088; }

 p { color: rgb(245,192,136); }

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

background-color css

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

 a { background-color: rgb(245,192,136); }

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

border-color css

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

 span { border-color: rgb(245,192,136); }

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