Html Css Color HEX #F2C18A Corvette

📋 copy color: '#F2C18A'

red 242 ◦ green 193 ◦ blue 138

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

Shades of Corvette #F2C18A

Tints of Corvette #F2C18A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.68%

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

R = 42.23%
G = 33.68%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2C18A (or 0xF2C18A) is known color: Corvette. HEX triplet: F2, C1 and 8A. RGB value is (242,193,138). Sum of RGB (Red+Green+Blue) = 242+193+138=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C18A is #0D3E75. Grayscale: #C9C9C9. Windows color (decimal): -867958 or 9093618. OLE color: 9093618.

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

Color convert

RGB 242 193 138 -
CMYK 0 0.20 0.43 0.05
HSL 31.73º 0.8% 0.75% -
HSV(B) 31.73º 0.43% 0.95% -
XYZ 60.28 58.85 32.23 -
YUV 201.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 242 193 138 0 0.20 0.43 0.05 31.73 0.8 0.75
Hex F2 C1 8A 0 14 2B 5 20 50 4B
Octal 362 301 212 0 24 53 5 40 120 113
Binary 11110010 11000001 10001010 0 10100 101011 101 100000 1010000 1001011

Color Harmonies of #F2C18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C18A

Black with #F2C18A

Text Example


Text Example

White with #F2C18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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