Html Css Color HEX #F2BE8C Corvette

📋 copy color: '#F2BE8C'

red 242 ◦ green 190 ◦ blue 140

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

Shades of Corvette #F2BE8C

Tints of Corvette #F2BE8C

RGB

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

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

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

R = 42.31%
G = 33.22%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2BE8C (or 0xF2BE8C) is known color: Corvette. HEX triplet: F2, BE and 8C. RGB value is (242,190,140). Sum of RGB (Red+Green+Blue) = 242+190+140=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BE8C is #0D4173. Grayscale: #C8C8C8. Windows color (decimal): -868724 or 9223922. OLE color: 9223922.

HSL color Cylindrical-coordinate representation of color #F2BE8C: hue angle of 29.41º 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 #F2BE8C is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 190 140 -
CMYK 0 0.21 0.42 0.05
HSL 29.41º 0.8% 0.75% -
HSV(B) 29.41º 0.42% 0.95% -
XYZ 59.77 57.6 32.78 -
YUV 199.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 242 190 140 0 0.21 0.42 0.05 29.41 0.8 0.75
Hex F2 BE 8C 0 15 2A 5 1D 50 4B
Octal 362 276 214 0 25 52 5 35 120 113
Binary 11110010 10111110 10001100 0 10101 101010 101 11101 1010000 1001011

Color Harmonies of #F2BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE8C

Black with #F2BE8C

Text Example


Text Example

White with #F2BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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