Html Css Color HEX #F8BD5B Golden Tainoi

📋 copy color: '#F8BD5B'

red 248 ◦ green 189 ◦ blue 91

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

Shades of Golden Tainoi #F8BD5B

Tints of Golden Tainoi #F8BD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.23%

R = 46.97%
G = 35.8%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8BD5B (or 0xF8BD5B) is known color: Golden Tainoi. HEX triplet: F8, BD and 5B. RGB value is (248,189,91). Sum of RGB (Red+Green+Blue) = 248+189+91=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BD5B is #0742A4. Grayscale: #C3C3C3. Windows color (decimal): -475813 or 6012408. OLE color: 6012408.

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

Color convert

RGB 248 189 91 -
CMYK 0 0.24 0.63 0.03
HSL 37.45º 0.92% 0.66% -
HSV(B) 37.45º 0.63% 0.97% -
XYZ 58.8 57.11 17.82 -
YUV 195.47 69.05 165.47 -
System Red Green Blue C M Y K H S L
Decimal 248 189 91 0 0.24 0.63 0.03 37.45 0.92 0.66
Hex F8 BD 5B 0 18 3F 3 25 5C 42
Octal 370 275 133 0 30 77 3 45 134 102
Binary 11111000 10111101 1011011 0 11000 111111 11 100101 1011100 1000010

Color Harmonies of #F8BD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD5B

Black with #F8BD5B

Text Example


Text Example

White with #F8BD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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