Html Css Color HEX #F2BA79 Corvette

📋 copy color: '#F2BA79'

red 242 ◦ green 186 ◦ blue 121

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

Shades of Corvette #F2BA79

Tints of Corvette #F2BA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.04%

R = 44.08%
G = 33.88%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2BA79 (or 0xF2BA79) is known color: Corvette. HEX triplet: F2, BA and 79. RGB value is (242,186,121). Sum of RGB (Red+Green+Blue) = 242+186+121=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA79 is #0D4586. Grayscale: #C3C3C3. Windows color (decimal): -869767 or 7977714. OLE color: 7977714.

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

Color convert

RGB 242 186 121 -
CMYK 0 0.23 0.50 0.05
HSL 32.23º 0.82% 0.71% -
HSV(B) 32.23º 0.5% 0.95% -
XYZ 57.63 55.38 25.74 -
YUV 195.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 242 186 121 0 0.23 0.50 0.05 32.23 0.82 0.71
Hex F2 BA 79 0 17 32 5 20 52 47
Octal 362 272 171 0 27 62 5 40 122 107
Binary 11110010 10111010 1111001 0 10111 110010 101 100000 1010010 1000111

Color Harmonies of #F2BA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA79

Black with #F2BA79

Text Example


Text Example

White with #F2BA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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