Html Css Color HEX #F2BB85 Corvette

📋 copy color: '#F2BB85'

red 242 ◦ green 187 ◦ blue 133

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

Shades of Corvette #F2BB85

Tints of Corvette #F2BB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 43.06%
G = 33.27%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2BB85 (or 0xF2BB85) is known color: Corvette. HEX triplet: F2, BB and 85. RGB value is (242,187,133). Sum of RGB (Red+Green+Blue) = 242+187+133=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BB85 is #0D447A. Grayscale: #C5C5C5. Windows color (decimal): -869499 or 8764402. OLE color: 8764402.

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

Color convert

RGB 242 187 133 -
CMYK 0 0.23 0.45 0.05
HSL 29.72º 0.81% 0.74% -
HSV(B) 29.72º 0.45% 0.95% -
XYZ 58.62 56.11 29.93 -
YUV 197.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 242 187 133 0 0.23 0.45 0.05 29.72 0.81 0.74
Hex F2 BB 85 0 17 2D 5 1E 51 4A
Octal 362 273 205 0 27 55 5 36 121 112
Binary 11110010 10111011 10000101 0 10111 101101 101 11110 1010001 1001010

Color Harmonies of #F2BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB85

Black with #F2BB85

Text Example


Text Example

White with #F2BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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