Html Css Color HEX #F2BA7E Corvette

📋 copy color: '#F2BA7E'

red 242 ◦ green 186 ◦ blue 126

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

Shades of Corvette #F2BA7E

Tints of Corvette #F2BA7E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.57%

 BLUE value IS 126 (49.61% from 255) = 22.74%

R = 43.68%
G = 33.57%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2BA7E (or 0xF2BA7E) is known color: Corvette. HEX triplet: F2, BA and 7E. RGB value is (242,186,126). Sum of RGB (Red+Green+Blue) = 242+186+126=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA7E is #0D4581. Grayscale: #C4C4C4. Windows color (decimal): -869762 or 8305394. OLE color: 8305394.

HSL color Cylindrical-coordinate representation of color #F2BA7E: hue angle of 31.03º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2BA7E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 126 -
CMYK 0 0.23 0.48 0.05
HSL 31.03º 0.82% 0.72% -
HSV(B) 31.03º 0.48% 0.95% -
XYZ 57.94 55.5 27.4 -
YUV 195.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 242 186 126 0 0.23 0.48 0.05 31.03 0.82 0.72
Hex F2 BA 7E 0 17 30 5 1F 52 48
Octal 362 272 176 0 27 60 5 37 122 110
Binary 11110010 10111010 1111110 0 10111 110000 101 11111 1010010 1001000

Color Harmonies of #F2BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA7E

Black with #F2BA7E

Text Example


Text Example

White with #F2BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA7E; }

 p { color: rgb(242,186,126); }

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

background-color css

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

 a { background-color: rgb(242,186,126); }

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

border-color css

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

 span { border-color: rgb(242,186,126); }

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