Html Css Color HEX #FFBF56 Golden Tainoi

📋 copy color: '#FFBF56'

red 255 ◦ green 191 ◦ blue 86

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

Shades of Golden Tainoi #FFBF56

Tints of Golden Tainoi #FFBF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.17%

R = 47.93%
G = 35.9%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FFBF56 (or 0xFFBF56) is known color: Golden Tainoi. HEX triplet: FF, BF and 56. RGB value is (255,191,86). Sum of RGB (Red+Green+Blue) = 255+191+86=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF56 is #0040A9. Grayscale: #C6C6C6. Windows color (decimal): -16554 or 5685247. OLE color: 5685247.

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

Color convert

RGB 255 191 86 -
CMYK 0 0.25 0.66 0
HSL 37.28º 1% 0.67% -
HSV(B) 37.28º 0.66% 1% -
XYZ 61.55 59.19 16.99 -
YUV 198.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 255 191 86 0 0.25 0.66 0 37.28 1 0.67
Hex FF BF 56 0 19 42 0 25 64 43
Octal 377 277 126 0 31 102 0 45 144 103
Binary 11111111 10111111 1010110 0 11001 1000010 0 100101 1100100 1000011

Color Harmonies of #FFBF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF56

Black with #FFBF56

Text Example


Text Example

White with #FFBF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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