Html Css Color HEX #F5BD81 Corvette

📋 copy color: '#F5BD81'

red 245 ◦ green 189 ◦ blue 129

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

Shades of Corvette #F5BD81

Tints of Corvette #F5BD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.91%

R = 43.52%
G = 33.57%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F5BD81 (or 0xF5BD81) is known color: Corvette. HEX triplet: F5, BD and 81. RGB value is (245,189,129). Sum of RGB (Red+Green+Blue) = 245+189+129=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BD81 is #0A427E. Grayscale: #C7C7C7. Windows color (decimal): -672383 or 8502773. OLE color: 8502773.

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

Color convert

RGB 245 189 129 -
CMYK 0 0.23 0.47 0.04
HSL 31.03º 0.85% 0.73% -
HSV(B) 31.03º 0.47% 0.96% -
XYZ 59.82 57.39 28.69 -
YUV 198.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 245 189 129 0 0.23 0.47 0.04 31.03 0.85 0.73
Hex F5 BD 81 0 17 2F 4 1F 55 49
Octal 365 275 201 0 27 57 4 37 125 111
Binary 11110101 10111101 10000001 0 10111 101111 100 11111 1010101 1001001

Color Harmonies of #F5BD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BD81

Black with #F5BD81

Text Example


Text Example

White with #F5BD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BD81; }

 p { color: rgb(245,189,129); }

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

background-color css

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

 a { background-color: rgb(245,189,129); }

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

border-color css

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

 span { border-color: rgb(245,189,129); }

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