Html Css Color HEX #FFBF58 Golden Tainoi

📋 copy color: '#FFBF58'

red 255 ◦ green 191 ◦ blue 88

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

Shades of Golden Tainoi #FFBF58

Tints of Golden Tainoi #FFBF58

RGB

 RED value IS 255 (100% from 255) = 47.75%

 GREEN value IS 191 (75% from 255) = 35.77%

 BLUE value IS 88 (34.77% from 255) = 16.48%

R = 47.75%
G = 35.77%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFBF58 (or 0xFFBF58) is known color: Golden Tainoi. HEX triplet: FF, BF and 58. RGB value is (255,191,88). Sum of RGB (Red+Green+Blue) = 255+191+88=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF58 is #0040A7. Grayscale: #C6C6C6. Windows color (decimal): -16552 or 5816319. OLE color: 5816319.

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

Color convert

RGB 255 191 88 -
CMYK 0 0.25 0.65 0
HSL 37.01º 1% 0.67% -
HSV(B) 37.01º 0.65% 1% -
XYZ 61.63 59.23 17.42 -
YUV 198.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 255 191 88 0 0.25 0.65 0 37.01 1 0.67
Hex FF BF 58 0 19 41 0 25 64 43
Octal 377 277 130 0 31 101 0 45 144 103
Binary 11111111 10111111 1011000 0 11001 1000001 0 100101 1100100 1000011

Color Harmonies of #FFBF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF58

Black with #FFBF58

Text Example


Text Example

White with #FFBF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF58; }

 p { color: rgb(255,191,88); }

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

background-color css

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

 a { background-color: rgb(255,191,88); }

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

border-color css

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

 span { border-color: rgb(255,191,88); }

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