Html Css Color HEX #F1C180 Corvette

📋 copy color: '#F1C180'

red 241 ◦ green 193 ◦ blue 128

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

Shades of Corvette #F1C180

Tints of Corvette #F1C180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.34%

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

R = 42.88%
G = 34.34%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1C180 (or 0xF1C180) is known color: Corvette. HEX triplet: F1, C1 and 80. RGB value is (241,193,128). Sum of RGB (Red+Green+Blue) = 241+193+128=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C180 is #0E3E7F. Grayscale: #C8C8C8. Windows color (decimal): -933504 or 8438257. OLE color: 8438257.

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

Color convert

RGB 241 193 128 -
CMYK 0 0.20 0.47 0.05
HSL 34.51º 0.8% 0.72% -
HSV(B) 34.51º 0.47% 0.95% -
XYZ 59.24 58.4 28.57 -
YUV 199.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 241 193 128 0 0.20 0.47 0.05 34.51 0.8 0.72
Hex F1 C1 80 0 14 2F 5 23 50 48
Octal 361 301 200 0 24 57 5 43 120 110
Binary 11110001 11000001 10000000 0 10100 101111 101 100011 1010000 1001000

Color Harmonies of #F1C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C180

Black with #F1C180

Text Example


Text Example

White with #F1C180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C180; }

 p { color: rgb(241,193,128); }

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

background-color css

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

 a { background-color: rgb(241,193,128); }

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

border-color css

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

 span { border-color: rgb(241,193,128); }

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