Html Css Color HEX #F1BC76 Corvette

📋 copy color: '#F1BC76'

red 241 ◦ green 188 ◦ blue 118

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

Shades of Corvette #F1BC76

Tints of Corvette #F1BC76

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.37%

 BLUE value IS 118 (46.48% from 255) = 21.57%

R = 44.06%
G = 34.37%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F1BC76 (or 0xF1BC76) is known color: Corvette. HEX triplet: F1, BC and 76. RGB value is (241,188,118). Sum of RGB (Red+Green+Blue) = 241+188+118=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC76 is #0E4389. Grayscale: #C4C4C4. Windows color (decimal): -934794 or 7781617. OLE color: 7781617.

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

Color convert

RGB 241 188 118 -
CMYK 0 0.22 0.51 0.05
HSL 34.15º 0.81% 0.7% -
HSV(B) 34.15º 0.51% 0.95% -
XYZ 57.53 55.98 24.91 -
YUV 195.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 241 188 118 0 0.22 0.51 0.05 34.15 0.81 0.7
Hex F1 BC 76 0 16 33 5 22 51 46
Octal 361 274 166 0 26 63 5 42 121 106
Binary 11110001 10111100 1110110 0 10110 110011 101 100010 1010001 1000110

Color Harmonies of #F1BC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC76

Black with #F1BC76

Text Example


Text Example

White with #F1BC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC76; }

 p { color: rgb(241,188,118); }

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

background-color css

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

 a { background-color: rgb(241,188,118); }

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

border-color css

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

 span { border-color: rgb(241,188,118); }

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