Html Css Color HEX #FFBF4C Golden Tainoi

📋 copy color: '#FFBF4C'

red 255 ◦ green 191 ◦ blue 76

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

Shades of Golden Tainoi #FFBF4C

Tints of Golden Tainoi #FFBF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.56%

R = 48.85%
G = 36.59%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFBF4C (or 0xFFBF4C) is known color: Golden Tainoi. HEX triplet: FF, BF and 4C. RGB value is (255,191,76). Sum of RGB (Red+Green+Blue) = 255+191+76=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF4C is #0040B3. Grayscale: #C5C5C5. Windows color (decimal): -16564 or 5029887. OLE color: 5029887.

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

Color convert

RGB 255 191 76 -
CMYK 0 0.25 0.70 0
HSL 38.55º 1% 0.65% -
HSV(B) 38.55º 0.7% 1% -
XYZ 61.18 59.04 15.01 -
YUV 197.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 255 191 76 0 0.25 0.70 0 38.55 1 0.65
Hex FF BF 4C 0 19 46 0 27 64 41
Octal 377 277 114 0 31 106 0 47 144 101
Binary 11111111 10111111 1001100 0 11001 1000110 0 100111 1100100 1000001

Color Harmonies of #FFBF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF4C

Black with #FFBF4C

Text Example


Text Example

White with #FFBF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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