Html Css Color HEX #F1B67D Corvette

📋 copy color: '#F1B67D'

red 241 ◦ green 182 ◦ blue 125

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

Shades of Corvette #F1B67D

Tints of Corvette #F1B67D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.21%

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

R = 43.98%
G = 33.21%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1B67D (or 0xF1B67D) is known color: Corvette. HEX triplet: F1, B6 and 7D. RGB value is (241,182,125). Sum of RGB (Red+Green+Blue) = 241+182+125=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B67D is #0E4982. Grayscale: #C1C1C1. Windows color (decimal): -936323 or 8238833. OLE color: 8238833.

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

Color convert

RGB 241 182 125 -
CMYK 0 0.24 0.48 0.05
HSL 29.48º 0.81% 0.72% -
HSV(B) 29.48º 0.48% 0.95% -
XYZ 56.71 53.64 26.77 -
YUV 193.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 241 182 125 0 0.24 0.48 0.05 29.48 0.81 0.72
Hex F1 B6 7D 0 18 30 5 1D 51 48
Octal 361 266 175 0 30 60 5 35 121 110
Binary 11110001 10110110 1111101 0 11000 110000 101 11101 1010001 1001000

Color Harmonies of #F1B67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B67D

Black with #F1B67D

Text Example


Text Example

White with #F1B67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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