Html Css Color HEX #FFBF62 Golden Tainoi

📋 copy color: '#FFBF62'

red 255 ◦ green 191 ◦ blue 98

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

Shades of Golden Tainoi #FFBF62

Tints of Golden Tainoi #FFBF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.01%

R = 46.88%
G = 35.11%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFBF62 (or 0xFFBF62) is known color: Golden Tainoi. HEX triplet: FF, BF and 62. RGB value is (255,191,98). Sum of RGB (Red+Green+Blue) = 255+191+98=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF62 is #00409D. Grayscale: #C7C7C7. Windows color (decimal): -16542 or 6471679. OLE color: 6471679.

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

Color convert

RGB 255 191 98 -
CMYK 0 0.25 0.62 0
HSL 35.54º 1% 0.69% -
HSV(B) 35.54º 0.62% 1% -
XYZ 62.08 59.4 19.75 -
YUV 199.53 70.7 167.56 -
System Red Green Blue C M Y K H S L
Decimal 255 191 98 0 0.25 0.62 0 35.54 1 0.69
Hex FF BF 62 0 19 3E 0 24 64 45
Octal 377 277 142 0 31 76 0 44 144 105
Binary 11111111 10111111 1100010 0 11001 111110 0 100100 1100100 1000101

Color Harmonies of #FFBF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF62

Black with #FFBF62

Text Example


Text Example

White with #FFBF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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