Html Css Color HEX #F3C286 Corvette

📋 copy color: '#F3C286'

red 243 ◦ green 194 ◦ blue 134

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

Shades of Corvette #F3C286

Tints of Corvette #F3C286

RGB

 RED value IS 243 (95.31% from 255) = 42.56%

 GREEN value IS 194 (76.17% from 255) = 33.98%

 BLUE value IS 134 (52.73% from 255) = 23.47%

R = 42.56%
G = 33.98%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F3C286 (or 0xF3C286) is known color: Corvette. HEX triplet: F3, C2 and 86. RGB value is (243,194,134). Sum of RGB (Red+Green+Blue) = 243+194+134=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C286 is #0C3D79. Grayscale: #CACACA. Windows color (decimal): -802170 or 8831731. OLE color: 8831731.

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

Color convert

RGB 243 194 134 -
CMYK 0 0.20 0.45 0.05
HSL 33.03º 0.82% 0.74% -
HSV(B) 33.03º 0.45% 0.95% -
XYZ 60.56 59.36 30.82 -
YUV 201.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 243 194 134 0 0.20 0.45 0.05 33.03 0.82 0.74
Hex F3 C2 86 0 14 2D 5 21 52 4A
Octal 363 302 206 0 24 55 5 41 122 112
Binary 11110011 11000010 10000110 0 10100 101101 101 100001 1010010 1001010

Color Harmonies of #F3C286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C286

Black with #F3C286

Text Example


Text Example

White with #F3C286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C286; }

 p { color: rgb(243,194,134); }

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

background-color css

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

 a { background-color: rgb(243,194,134); }

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

border-color css

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

 span { border-color: rgb(243,194,134); }

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