Html Css Color HEX #F1BA7D Corvette

📋 copy color: '#F1BA7D'

red 241 ◦ green 186 ◦ blue 125

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

Shades of Corvette #F1BA7D

Tints of Corvette #F1BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.64%

R = 43.66%
G = 33.7%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1BA7D (or 0xF1BA7D) is known color: Corvette. HEX triplet: F1, BA and 7D. RGB value is (241,186,125). Sum of RGB (Red+Green+Blue) = 241+186+125=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA7D is #0E4582. Grayscale: #C3C3C3. Windows color (decimal): -935299 or 8239857. OLE color: 8239857.

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

Color convert

RGB 241 186 125 -
CMYK 0 0.23 0.48 0.05
HSL 31.55º 0.81% 0.72% -
HSV(B) 31.55º 0.48% 0.95% -
XYZ 57.54 55.3 27.04 -
YUV 195.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 241 186 125 0 0.23 0.48 0.05 31.55 0.81 0.72
Hex F1 BA 7D 0 17 30 5 20 51 48
Octal 361 272 175 0 27 60 5 40 121 110
Binary 11110001 10111010 1111101 0 10111 110000 101 100000 1010001 1001000

Color Harmonies of #F1BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA7D

Black with #F1BA7D

Text Example


Text Example

White with #F1BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA7D; }

 p { color: rgb(241,186,125); }

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

background-color css

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

 a { background-color: rgb(241,186,125); }

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

border-color css

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

 span { border-color: rgb(241,186,125); }

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