Html Css Color HEX #F0C18B Corvette

📋 copy color: '#F0C18B'

red 240 ◦ green 193 ◦ blue 139

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

Shades of Corvette #F0C18B

Tints of Corvette #F0C18B

RGB

 RED value IS 240 (94.14% from 255) = 41.96%

 GREEN value IS 193 (75.78% from 255) = 33.74%

 BLUE value IS 139 (54.69% from 255) = 24.3%

R = 41.96%
G = 33.74%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0C18B (or 0xF0C18B) is known color: Corvette. HEX triplet: F0, C1 and 8B. RGB value is (240,193,139). Sum of RGB (Red+Green+Blue) = 240+193+139=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C18B is #0F3E74. Grayscale: #C9C9C9. Windows color (decimal): -999029 or 9159152. OLE color: 9159152.

HSL color Cylindrical-coordinate representation of color #F0C18B: hue angle of 32.08º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0C18B is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 193 139 -
CMYK 0 0.20 0.42 0.06
HSL 32.08º 0.77% 0.74% -
HSV(B) 32.08º 0.42% 0.94% -
XYZ 59.67 58.53 32.58 -
YUV 200.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 240 193 139 0 0.20 0.42 0.06 32.08 0.77 0.74
Hex F0 C1 8B 0 14 2A 6 20 4D 4A
Octal 360 301 213 0 24 52 6 40 115 112
Binary 11110000 11000001 10001011 0 10100 101010 110 100000 1001101 1001010

Color Harmonies of #F0C18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C18B

Black with #F0C18B

Text Example


Text Example

White with #F0C18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C18B; }

 p { color: rgb(240,193,139); }

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

background-color css

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

 a { background-color: rgb(240,193,139); }

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

border-color css

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

 span { border-color: rgb(240,193,139); }

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