Html Css Color HEX #F1B485 Corvette

📋 copy color: '#F1B485'

red 241 ◦ green 180 ◦ blue 133

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

Shades of Corvette #F1B485

Tints of Corvette #F1B485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.49%

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

R = 43.5%
G = 32.49%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1B485 (or 0xF1B485) is known color: Corvette. HEX triplet: F1, B4 and 85. RGB value is (241,180,133). Sum of RGB (Red+Green+Blue) = 241+180+133=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B485 is #0E4B7A. Grayscale: #C1C1C1. Windows color (decimal): -936827 or 8762609. OLE color: 8762609.

HSL color Cylindrical-coordinate representation of color #F1B485: hue angle of 26.11º 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 #F1B485 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 180 133 -
CMYK 0 0.25 0.45 0.05
HSL 26.11º 0.79% 0.73% -
HSV(B) 26.11º 0.45% 0.95% -
XYZ 56.83 53.04 29.43 -
YUV 192.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 241 180 133 0 0.25 0.45 0.05 26.11 0.79 0.73
Hex F1 B4 85 0 19 2D 5 1A 4F 49
Octal 361 264 205 0 31 55 5 32 117 111
Binary 11110001 10110100 10000101 0 11001 101101 101 11010 1001111 1001001

Color Harmonies of #F1B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B485

Black with #F1B485

Text Example


Text Example

White with #F1B485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B485; }

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

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

background-color css

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

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

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

border-color css

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

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

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