Html Css Color HEX #F1C17D Corvette

📋 copy color: '#F1C17D'

red 241 ◦ green 193 ◦ blue 125

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

Shades of Corvette #F1C17D

Tints of Corvette #F1C17D

RGB

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

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

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

R = 43.11%
G = 34.53%
B = 22.36%

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

#F1C17D (or 0xF1C17D) is known color: Corvette. HEX triplet: F1, C1 and 7D. RGB value is (241,193,125). Sum of RGB (Red+Green+Blue) = 241+193+125=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C17D is #0E3E82. Grayscale: #C7C7C7. Windows color (decimal): -933507 or 8241649. OLE color: 8241649.

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

Color convert

RGB 241 193 125 -
CMYK 0 0.20 0.48 0.05
HSL 35.17º 0.81% 0.72% -
HSV(B) 35.17º 0.48% 0.95% -
XYZ 59.05 58.32 27.55 -
YUV 199.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 241 193 125 0 0.20 0.48 0.05 35.17 0.81 0.72
Hex F1 C1 7D 0 14 30 5 23 51 48
Octal 361 301 175 0 24 60 5 43 121 110
Binary 11110001 11000001 1111101 0 10100 110000 101 100011 1010001 1001000

Color Harmonies of #F1C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C17D

Black with #F1C17D

Text Example


Text Example

White with #F1C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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