Html Css Color HEX #F5BD5E Golden Tainoi

📋 copy color: '#F5BD5E'

red 245 ◦ green 189 ◦ blue 94

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

Shades of Golden Tainoi #F5BD5E

Tints of Golden Tainoi #F5BD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.8%

R = 46.4%
G = 35.8%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5BD5E (or 0xF5BD5E) is known color: Golden Tainoi. HEX triplet: F5, BD and 5E. RGB value is (245,189,94). Sum of RGB (Red+Green+Blue) = 245+189+94=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD5E is #0A42A1. Grayscale: #C3C3C3. Windows color (decimal): -672418 or 6209013. OLE color: 6209013.

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

Color convert

RGB 245 189 94 -
CMYK 0 0.23 0.62 0.04
HSL 37.75º 0.88% 0.66% -
HSV(B) 37.75º 0.62% 0.96% -
XYZ 57.87 56.62 18.47 -
YUV 194.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 245 189 94 0 0.23 0.62 0.04 37.75 0.88 0.66
Hex F5 BD 5E 0 17 3E 4 26 58 42
Octal 365 275 136 0 27 76 4 46 130 102
Binary 11110101 10111101 1011110 0 10111 111110 100 100110 1011000 1000010

Color Harmonies of #F5BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BD5E

Black with #F5BD5E

Text Example


Text Example

White with #F5BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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