Html Css Color HEX #F2BB80 Corvette

📋 copy color: '#F2BB80'

red 242 ◦ green 187 ◦ blue 128

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

Shades of Corvette #F2BB80

Tints of Corvette #F2BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

 BLUE value IS 128 (50.39% from 255) = 22.98%

R = 43.45%
G = 33.57%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2BB80 (or 0xF2BB80) is known color: Corvette. HEX triplet: F2, BB and 80. RGB value is (242,187,128). Sum of RGB (Red+Green+Blue) = 242+187+128=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BB80 is #0D447F. Grayscale: #C5C5C5. Windows color (decimal): -869504 or 8436722. OLE color: 8436722.

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

Color convert

RGB 242 187 128 -
CMYK 0 0.23 0.47 0.05
HSL 31.05º 0.81% 0.73% -
HSV(B) 31.05º 0.47% 0.95% -
XYZ 58.28 55.98 28.15 -
YUV 196.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 242 187 128 0 0.23 0.47 0.05 31.05 0.81 0.73
Hex F2 BB 80 0 17 2F 5 1F 51 49
Octal 362 273 200 0 27 57 5 37 121 111
Binary 11110010 10111011 10000000 0 10111 101111 101 11111 1010001 1001001

Color Harmonies of #F2BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB80

Black with #F2BB80

Text Example


Text Example

White with #F2BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB80; }

 p { color: rgb(242,187,128); }

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

background-color css

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

 a { background-color: rgb(242,187,128); }

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

border-color css

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

 span { border-color: rgb(242,187,128); }

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