Html Css Color HEX #F6BE8C Corvette

📋 copy color: '#F6BE8C'

red 246 ◦ green 190 ◦ blue 140

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

Shades of Corvette #F6BE8C

Tints of Corvette #F6BE8C

RGB

 RED value IS 246 (96.48% from 255) = 42.71%

 GREEN value IS 190 (74.61% from 255) = 32.99%

 BLUE value IS 140 (55.08% from 255) = 24.31%

R = 42.71%
G = 32.99%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6BE8C (or 0xF6BE8C) is known color: Corvette. HEX triplet: F6, BE and 8C. RGB value is (246,190,140). Sum of RGB (Red+Green+Blue) = 246+190+140=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BE8C is #094173. Grayscale: #C9C9C9. Windows color (decimal): -606580 or 9223926. OLE color: 9223926.

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

Color convert

RGB 246 190 140 -
CMYK 0 0.23 0.43 0.04
HSL 28.3º 0.85% 0.76% -
HSV(B) 28.3º 0.43% 0.96% -
XYZ 61.15 58.31 32.84 -
YUV 201.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 246 190 140 0 0.23 0.43 0.04 28.3 0.85 0.76
Hex F6 BE 8C 0 17 2B 4 1C 55 4C
Octal 366 276 214 0 27 53 4 34 125 114
Binary 11110110 10111110 10001100 0 10111 101011 100 11100 1010101 1001100

Color Harmonies of #F6BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BE8C

Black with #F6BE8C

Text Example


Text Example

White with #F6BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BE8C; }

 p { color: rgb(246,190,140); }

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

background-color css

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

 a { background-color: rgb(246,190,140); }

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

border-color css

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

 span { border-color: rgb(246,190,140); }

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