Html Css Color HEX #F8BD5E Golden Tainoi

📋 copy color: '#F8BD5E'

red 248 ◦ green 189 ◦ blue 94

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

Shades of Golden Tainoi #F8BD5E

Tints of Golden Tainoi #F8BD5E

RGB

 RED value IS 248 (97.27% from 255) = 46.7%

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

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

R = 46.7%
G = 35.59%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8BD5E (or 0xF8BD5E) is known color: Golden Tainoi. HEX triplet: F8, BD and 5E. RGB value is (248,189,94). Sum of RGB (Red+Green+Blue) = 248+189+94=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BD5E is #0742A1. Grayscale: #C4C4C4. Windows color (decimal): -475810 or 6209016. OLE color: 6209016.

HSL color Cylindrical-coordinate representation of color #F8BD5E: hue angle of 37.01º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8BD5E is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 189 94 -
CMYK 0 0.24 0.62 0.03
HSL 37.01º 0.92% 0.67% -
HSV(B) 37.01º 0.62% 0.97% -
XYZ 58.93 57.16 18.52 -
YUV 195.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 248 189 94 0 0.24 0.62 0.03 37.01 0.92 0.67
Hex F8 BD 5E 0 18 3E 3 25 5C 43
Octal 370 275 136 0 30 76 3 45 134 103
Binary 11111000 10111101 1011110 0 11000 111110 11 100101 1011100 1000011

Color Harmonies of #F8BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD5E

Black with #F8BD5E

Text Example


Text Example

White with #F8BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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