Html Css Color HEX #F2BC83 Corvette

📋 copy color: '#F2BC83'

red 242 ◦ green 188 ◦ blue 131

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

Shades of Corvette #F2BC83

Tints of Corvette #F2BC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.35%

R = 43.14%
G = 33.51%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2BC83 (or 0xF2BC83) is known color: Corvette. HEX triplet: F2, BC and 83. RGB value is (242,188,131). Sum of RGB (Red+Green+Blue) = 242+188+131=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BC83 is #0D437C. Grayscale: #C5C5C5. Windows color (decimal): -869245 or 8633586. OLE color: 8633586.

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

Color convert

RGB 242 188 131 -
CMYK 0 0.22 0.46 0.05
HSL 30.81º 0.81% 0.73% -
HSV(B) 30.81º 0.46% 0.95% -
XYZ 58.7 56.48 29.28 -
YUV 197.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 242 188 131 0 0.22 0.46 0.05 30.81 0.81 0.73
Hex F2 BC 83 0 16 2E 5 1F 51 49
Octal 362 274 203 0 26 56 5 37 121 111
Binary 11110010 10111100 10000011 0 10110 101110 101 11111 1010001 1001001

Color Harmonies of #F2BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC83

Black with #F2BC83

Text Example


Text Example

White with #F2BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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