Html Css Color HEX #F1BB85 Corvette

📋 copy color: '#F1BB85'

red 241 ◦ green 187 ◦ blue 133

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

Shades of Corvette #F1BB85

Tints of Corvette #F1BB85

RGB

 RED value IS 241 (94.53% from 255) = 42.96%

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

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

R = 42.96%
G = 33.33%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1BB85 (or 0xF1BB85) is known color: Corvette. HEX triplet: F1, BB and 85. RGB value is (241,187,133). Sum of RGB (Red+Green+Blue) = 241+187+133=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BB85 is #0E447A. Grayscale: #C5C5C5. Windows color (decimal): -935035 or 8764401. OLE color: 8764401.

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

Color convert

RGB 241 187 133 -
CMYK 0 0.22 0.45 0.05
HSL 30º 0.79% 0.73% -
HSV(B) 30º 0.45% 0.95% -
XYZ 58.28 55.93 29.92 -
YUV 196.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 241 187 133 0 0.22 0.45 0.05 30 0.79 0.73
Hex F1 BB 85 0 16 2D 5 1E 4F 49
Octal 361 273 205 0 26 55 5 36 117 111
Binary 11110001 10111011 10000101 0 10110 101101 101 11110 1001111 1001001

Color Harmonies of #F1BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BB85

Black with #F1BB85

Text Example


Text Example

White with #F1BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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