Html Css Color HEX #F2B885 Corvette

📋 copy color: '#F2B885'

red 242 ◦ green 184 ◦ blue 133

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

Shades of Corvette #F2B885

Tints of Corvette #F2B885

RGB

 RED value IS 242 (94.92% from 255) = 43.29%

 GREEN value IS 184 (72.27% from 255) = 32.92%

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

R = 43.29%
G = 32.92%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2B885 (or 0xF2B885) is known color: Corvette. HEX triplet: F2, B8 and 85. RGB value is (242,184,133). Sum of RGB (Red+Green+Blue) = 242+184+133=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B885 is #0D477A. Grayscale: #C3C3C3. Windows color (decimal): -870267 or 8763634. OLE color: 8763634.

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

Color convert

RGB 242 184 133 -
CMYK 0 0.24 0.45 0.05
HSL 28.07º 0.81% 0.74% -
HSV(B) 28.07º 0.45% 0.95% -
XYZ 57.99 54.85 29.72 -
YUV 195.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 242 184 133 0 0.24 0.45 0.05 28.07 0.81 0.74
Hex F2 B8 85 0 18 2D 5 1C 51 4A
Octal 362 270 205 0 30 55 5 34 121 112
Binary 11110010 10111000 10000101 0 11000 101101 101 11100 1010001 1001010

Color Harmonies of #F2B885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B885

Black with #F2B885

Text Example


Text Example

White with #F2B885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B885; }

 p { color: rgb(242,184,133); }

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

background-color css

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

 a { background-color: rgb(242,184,133); }

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

border-color css

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

 span { border-color: rgb(242,184,133); }

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