Html Css Color HEX #FFBF4B Golden Tainoi

📋 copy color: '#FFBF4B'

red 255 ◦ green 191 ◦ blue 75

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

Shades of Golden Tainoi #FFBF4B

Tints of Golden Tainoi #FFBF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.4%

R = 48.94%
G = 36.66%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFBF4B (or 0xFFBF4B) is known color: Golden Tainoi. HEX triplet: FF, BF and 4B. RGB value is (255,191,75). Sum of RGB (Red+Green+Blue) = 255+191+75=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF4B is #0040B4. Grayscale: #C5C5C5. Windows color (decimal): -16565 or 4964351. OLE color: 4964351.

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

Color convert

RGB 255 191 75 -
CMYK 0 0.25 0.71 0
HSL 38.67º 1% 0.65% -
HSV(B) 38.67º 0.71% 1% -
XYZ 61.14 59.03 14.83 -
YUV 196.91 59.2 169.43 -
System Red Green Blue C M Y K H S L
Decimal 255 191 75 0 0.25 0.71 0 38.67 1 0.65
Hex FF BF 4B 0 19 47 0 27 64 41
Octal 377 277 113 0 31 107 0 47 144 101
Binary 11111111 10111111 1001011 0 11001 1000111 0 100111 1100100 1000001

Color Harmonies of #FFBF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF4B

Black with #FFBF4B

Text Example


Text Example

White with #FFBF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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