Html Css Color HEX #F0C38A Corvette

📋 copy color: '#F0C38A'

red 240 ◦ green 195 ◦ blue 138

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

Shades of Corvette #F0C38A

Tints of Corvette #F0C38A

RGB

 RED value IS 240 (94.14% from 255) = 41.88%

 GREEN value IS 195 (76.56% from 255) = 34.03%

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

R = 41.88%
G = 34.03%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0C38A (or 0xF0C38A) is known color: Corvette. HEX triplet: F0, C3 and 8A. RGB value is (240,195,138). Sum of RGB (Red+Green+Blue) = 240+195+138=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C38A is #0F3C75. Grayscale: #CACACA. Windows color (decimal): -998518 or 9094128. OLE color: 9094128.

HSL color Cylindrical-coordinate representation of color #F0C38A: hue angle of 33.53º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0C38A is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 138 -
CMYK 0 0.19 0.42 0.06
HSL 33.53º 0.77% 0.74% -
HSV(B) 33.53º 0.43% 0.94% -
XYZ 60.04 59.39 32.34 -
YUV 201.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 240 195 138 0 0.19 0.42 0.06 33.53 0.77 0.74
Hex F0 C3 8A 0 13 2A 6 22 4D 4A
Octal 360 303 212 0 23 52 6 42 115 112
Binary 11110000 11000011 10001010 0 10011 101010 110 100010 1001101 1001010

Color Harmonies of #F0C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C38A

Black with #F0C38A

Text Example


Text Example

White with #F0C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C38A; }

 p { color: rgb(240,195,138); }

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

background-color css

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

 a { background-color: rgb(240,195,138); }

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

border-color css

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

 span { border-color: rgb(240,195,138); }

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