Html Css Color HEX #FFBF4F Golden Tainoi

📋 copy color: '#FFBF4F'

red 255 ◦ green 191 ◦ blue 79

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

Shades of Golden Tainoi #FFBF4F

Tints of Golden Tainoi #FFBF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.05%

R = 48.57%
G = 36.38%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFBF4F (or 0xFFBF4F) is known color: Golden Tainoi. HEX triplet: FF, BF and 4F. RGB value is (255,191,79). Sum of RGB (Red+Green+Blue) = 255+191+79=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF4F is #0040B0. Grayscale: #C5C5C5. Windows color (decimal): -16561 or 5226495. OLE color: 5226495.

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

Color convert

RGB 255 191 79 -
CMYK 0 0.25 0.69 0
HSL 38.18º 1% 0.65% -
HSV(B) 38.18º 0.69% 1% -
XYZ 61.28 59.09 15.57 -
YUV 197.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 255 191 79 0 0.25 0.69 0 38.18 1 0.65
Hex FF BF 4F 0 19 45 0 26 64 41
Octal 377 277 117 0 31 105 0 46 144 101
Binary 11111111 10111111 1001111 0 11001 1000101 0 100110 1100100 1000001

Color Harmonies of #FFBF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF4F

Black with #FFBF4F

Text Example


Text Example

White with #FFBF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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