Html Css Color HEX #F1C07D Corvette

📋 copy color: '#F1C07D'

red 241 ◦ green 192 ◦ blue 125

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

Shades of Corvette #F1C07D

Tints of Corvette #F1C07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.41%

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

R = 43.19%
G = 34.41%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1C07D (or 0xF1C07D) is known color: Corvette. HEX triplet: F1, C0 and 7D. RGB value is (241,192,125). Sum of RGB (Red+Green+Blue) = 241+192+125=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C07D is #0E3F82. Grayscale: #C7C7C7. Windows color (decimal): -933763 or 8241393. OLE color: 8241393.

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

Color convert

RGB 241 192 125 -
CMYK 0 0.20 0.48 0.05
HSL 34.66º 0.81% 0.72% -
HSV(B) 34.66º 0.48% 0.95% -
XYZ 58.83 57.88 27.47 -
YUV 199.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 241 192 125 0 0.20 0.48 0.05 34.66 0.81 0.72
Hex F1 C0 7D 0 14 30 5 23 51 48
Octal 361 300 175 0 24 60 5 43 121 110
Binary 11110001 11000000 1111101 0 10100 110000 101 100011 1010001 1001000

Color Harmonies of #F1C07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C07D

Black with #F1C07D

Text Example


Text Example

White with #F1C07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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