Html Css Color HEX #F3C285 Corvette

📋 copy color: '#F3C285'

red 243 ◦ green 194 ◦ blue 133

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

Shades of Corvette #F3C285

Tints of Corvette #F3C285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.33%

R = 42.63%
G = 34.04%
B = 23.33%

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

#F3C285 (or 0xF3C285) is known color: Corvette. HEX triplet: F3, C2 and 85. RGB value is (243,194,133). Sum of RGB (Red+Green+Blue) = 243+194+133=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C285 is #0C3D7A. Grayscale: #C9C9C9. Windows color (decimal): -802171 or 8766195. OLE color: 8766195.

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

Color convert

RGB 243 194 133 -
CMYK 0 0.20 0.45 0.05
HSL 33.27º 0.82% 0.74% -
HSV(B) 33.27º 0.45% 0.95% -
XYZ 60.49 59.33 30.45 -
YUV 201.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 243 194 133 0 0.20 0.45 0.05 33.27 0.82 0.74
Hex F3 C2 85 0 14 2D 5 21 52 4A
Octal 363 302 205 0 24 55 5 41 122 112
Binary 11110011 11000010 10000101 0 10100 101101 101 100001 1010010 1001010

Color Harmonies of #F3C285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C285

Black with #F3C285

Text Example


Text Example

White with #F3C285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C285; }

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

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

background-color css

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

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

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

border-color css

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

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

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