Html Css Color HEX #F2BC8C Corvette

📋 copy color: '#F2BC8C'

red 242 ◦ green 188 ◦ blue 140

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

Shades of Corvette #F2BC8C

Tints of Corvette #F2BC8C

RGB

 RED value IS 242 (94.92% from 255) = 42.46%

 GREEN value IS 188 (73.83% from 255) = 32.98%

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

R = 42.46%
G = 32.98%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2BC8C (or 0xF2BC8C) is known color: Corvette. HEX triplet: F2, BC and 8C. RGB value is (242,188,140). Sum of RGB (Red+Green+Blue) = 242+188+140=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BC8C is #0D4373. Grayscale: #C6C6C6. Windows color (decimal): -869236 or 9223410. OLE color: 9223410.

HSL color Cylindrical-coordinate representation of color #F2BC8C: hue angle of 28.24º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2BC8C is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 188 140 -
CMYK 0 0.22 0.42 0.05
HSL 28.24º 0.8% 0.75% -
HSV(B) 28.24º 0.42% 0.95% -
XYZ 59.33 56.74 32.64 -
YUV 198.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 242 188 140 0 0.22 0.42 0.05 28.24 0.8 0.75
Hex F2 BC 8C 0 16 2A 5 1C 50 4B
Octal 362 274 214 0 26 52 5 34 120 113
Binary 11110010 10111100 10001100 0 10110 101010 101 11100 1010000 1001011

Color Harmonies of #F2BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC8C

Black with #F2BC8C

Text Example


Text Example

White with #F2BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC8C; }

 p { color: rgb(242,188,140); }

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

background-color css

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

 a { background-color: rgb(242,188,140); }

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

border-color css

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

 span { border-color: rgb(242,188,140); }

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