Html Css Color HEX #F5C085 Corvette

📋 copy color: '#F5C085'

red 245 ◦ green 192 ◦ blue 133

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

Shades of Corvette #F5C085

Tints of Corvette #F5C085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.68%

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

R = 42.98%
G = 33.68%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F5C085 (or 0xF5C085) is known color: Corvette. HEX triplet: F5, C0 and 85. RGB value is (245,192,133). Sum of RGB (Red+Green+Blue) = 245+192+133=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C085 is #0A3F7A. Grayscale: #C9C9C9. Windows color (decimal): -671611 or 8765685. OLE color: 8765685.

HSL color Cylindrical-coordinate representation of color #F5C085: hue angle of 31.61º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5C085 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 192 133 -
CMYK 0 0.22 0.46 0.04
HSL 31.61º 0.85% 0.74% -
HSV(B) 31.61º 0.46% 0.96% -
XYZ 60.74 58.81 30.34 -
YUV 201.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 245 192 133 0 0.22 0.46 0.04 31.61 0.85 0.74
Hex F5 C0 85 0 16 2E 4 20 55 4A
Octal 365 300 205 0 26 56 4 40 125 112
Binary 11110101 11000000 10000101 0 10110 101110 100 100000 1010101 1001010

Color Harmonies of #F5C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C085

Black with #F5C085

Text Example


Text Example

White with #F5C085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C085; }

 p { color: rgb(245,192,133); }

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

background-color css

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

 a { background-color: rgb(245,192,133); }

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

border-color css

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

 span { border-color: rgb(245,192,133); }

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