Html Css Color HEX #F2BA7F Corvette

📋 copy color: '#F2BA7F'

red 242 ◦ green 186 ◦ blue 127

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

Shades of Corvette #F2BA7F

Tints of Corvette #F2BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.88%

R = 43.6%
G = 33.51%
B = 22.88%

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

#F2BA7F (or 0xF2BA7F) is known color: Corvette. HEX triplet: F2, BA and 7F. RGB value is (242,186,127). Sum of RGB (Red+Green+Blue) = 242+186+127=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA7F is #0D4580. Grayscale: #C4C4C4. Windows color (decimal): -869761 or 8370930. OLE color: 8370930.

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

Color convert

RGB 242 186 127 -
CMYK 0 0.23 0.48 0.05
HSL 30.78º 0.82% 0.72% -
HSV(B) 30.78º 0.48% 0.95% -
XYZ 58.01 55.53 27.74 -
YUV 196.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 242 186 127 0 0.23 0.48 0.05 30.78 0.82 0.72
Hex F2 BA 7F 0 17 30 5 1F 52 48
Octal 362 272 177 0 27 60 5 37 122 110
Binary 11110010 10111010 1111111 0 10111 110000 101 11111 1010010 1001000

Color Harmonies of #F2BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA7F

Black with #F2BA7F

Text Example


Text Example

White with #F2BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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