Html Css Color HEX #F2BA77 Corvette

📋 copy color: '#F2BA77'

red 242 ◦ green 186 ◦ blue 119

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

Shades of Corvette #F2BA77

Tints of Corvette #F2BA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.76%

R = 44.24%
G = 34%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2BA77 (or 0xF2BA77) is known color: Corvette. HEX triplet: F2, BA and 77. RGB value is (242,186,119). Sum of RGB (Red+Green+Blue) = 242+186+119=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA77 is #0D4588. Grayscale: #C3C3C3. Windows color (decimal): -869769 or 7846642. OLE color: 7846642.

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

Color convert

RGB 242 186 119 -
CMYK 0 0.23 0.51 0.05
HSL 32.68º 0.83% 0.71% -
HSV(B) 32.68º 0.51% 0.95% -
XYZ 57.51 55.33 25.1 -
YUV 195.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 242 186 119 0 0.23 0.51 0.05 32.68 0.83 0.71
Hex F2 BA 77 0 17 33 5 21 53 47
Octal 362 272 167 0 27 63 5 41 123 107
Binary 11110010 10111010 1110111 0 10111 110011 101 100001 1010011 1000111

Color Harmonies of #F2BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA77

Black with #F2BA77

Text Example


Text Example

White with #F2BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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