Html Css Color HEX #F5C28A Corvette

📋 copy color: '#F5C28A'

red 245 ◦ green 194 ◦ blue 138

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

Shades of Corvette #F5C28A

Tints of Corvette #F5C28A

RGB

 RED value IS 245 (96.09% from 255) = 42.46%

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

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

R = 42.46%
G = 33.62%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5C28A (or 0xF5C28A) is known color: Corvette. HEX triplet: F5, C2 and 8A. RGB value is (245,194,138). Sum of RGB (Red+Green+Blue) = 245+194+138=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C28A is #0A3D75. Grayscale: #CBCBCB. Windows color (decimal): -671094 or 9093877. OLE color: 9093877.

HSL color Cylindrical-coordinate representation of color #F5C28A: hue angle of 31.4º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5C28A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 194 138 -
CMYK 0 0.21 0.44 0.04
HSL 31.4º 0.84% 0.75% -
HSV(B) 31.4º 0.44% 0.96% -
XYZ 61.54 59.83 32.35 -
YUV 202.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 245 194 138 0 0.21 0.44 0.04 31.4 0.84 0.75
Hex F5 C2 8A 0 15 2C 4 1F 54 4B
Octal 365 302 212 0 25 54 4 37 124 113
Binary 11110101 11000010 10001010 0 10101 101100 100 11111 1010100 1001011

Color Harmonies of #F5C28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C28A

Black with #F5C28A

Text Example


Text Example

White with #F5C28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C28A; }

 p { color: rgb(245,194,138); }

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

background-color css

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

 a { background-color: rgb(245,194,138); }

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

border-color css

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

 span { border-color: rgb(245,194,138); }

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