Html Css Color HEX #F2BD8A Corvette

📋 copy color: '#F2BD8A'

red 242 ◦ green 189 ◦ blue 138

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

Shades of Corvette #F2BD8A

Tints of Corvette #F2BD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.22%

 BLUE value IS 138 (54.3% from 255) = 24.25%

R = 42.53%
G = 33.22%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2BD8A (or 0xF2BD8A) is known color: Corvette. HEX triplet: F2, BD and 8A. RGB value is (242,189,138). Sum of RGB (Red+Green+Blue) = 242+189+138=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BD8A is #0D4275. Grayscale: #C7C7C7. Windows color (decimal): -868982 or 9092594. OLE color: 9092594.

HSL color Cylindrical-coordinate representation of color #F2BD8A: hue angle of 29.42º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2BD8A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 189 138 -
CMYK 0 0.22 0.43 0.05
HSL 29.42º 0.8% 0.75% -
HSV(B) 29.42º 0.43% 0.95% -
XYZ 59.4 57.11 31.94 -
YUV 199.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 242 189 138 0 0.22 0.43 0.05 29.42 0.8 0.75
Hex F2 BD 8A 0 16 2B 5 1D 50 4B
Octal 362 275 212 0 26 53 5 35 120 113
Binary 11110010 10111101 10001010 0 10110 101011 101 11101 1010000 1001011

Color Harmonies of #F2BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BD8A

Black with #F2BD8A

Text Example


Text Example

White with #F2BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BD8A; }

 p { color: rgb(242,189,138); }

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

background-color css

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

 a { background-color: rgb(242,189,138); }

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

border-color css

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

 span { border-color: rgb(242,189,138); }

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