Html Css Color HEX #F2BA7B Corvette

📋 copy color: '#F2BA7B'

red 242 ◦ green 186 ◦ blue 123

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

Shades of Corvette #F2BA7B

Tints of Corvette #F2BA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.32%

R = 43.92%
G = 33.76%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2BA7B (or 0xF2BA7B) is known color: Corvette. HEX triplet: F2, BA and 7B. RGB value is (242,186,123). Sum of RGB (Red+Green+Blue) = 242+186+123=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA7B is #0D4584. Grayscale: #C3C3C3. Windows color (decimal): -869765 or 8108786. OLE color: 8108786.

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

Color convert

RGB 242 186 123 -
CMYK 0 0.23 0.49 0.05
HSL 31.76º 0.82% 0.72% -
HSV(B) 31.76º 0.49% 0.95% -
XYZ 57.75 55.43 26.39 -
YUV 195.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 242 186 123 0 0.23 0.49 0.05 31.76 0.82 0.72
Hex F2 BA 7B 0 17 31 5 20 52 48
Octal 362 272 173 0 27 61 5 40 122 110
Binary 11110010 10111010 1111011 0 10111 110001 101 100000 1010010 1001000

Color Harmonies of #F2BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA7B

Black with #F2BA7B

Text Example


Text Example

White with #F2BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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